2023-07-26 15:42:12 +02:00
|
|
|
DESCRIPTION = "wlopm"
|
|
|
|
|
2023-07-26 16:10:06 +02:00
|
|
|
LICENSE = "GPL-3.0-only"
|
2023-07-26 15:42:12 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
|
|
|
|
|
|
|
|
|
2023-07-26 15:45:05 +02:00
|
|
|
DEPENDS = "wayland wayland-protocols"
|
|
|
|
|
2023-07-26 15:42:12 +02:00
|
|
|
SRCREV = "${AUTOREV}"
|
|
|
|
|
|
|
|
SRC_URI = "https://git.iohub.dev/dany/wlopm.git;branch=master;"
|
2023-07-26 16:16:33 +02:00
|
|
|
SRC_URI[sha256sum] = "0e5335c501ac1803932eca49bcb9344578d11911768605f31b29c02c16a142f1"
|
2023-07-26 15:42:12 +02:00
|
|
|
|
|
|
|
S="${WORKDIR}/git"
|
|
|
|
|
|
|
|
do_compile () {
|
2023-07-26 16:18:27 +02:00
|
|
|
oe_runmake
|
2023-07-26 15:42:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
oe_runmake install DESTDIR='${D}'
|
|
|
|
}
|