1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-10 02:49:48 +02:00
meta-rpi-diya/recipes-support/wlopm/wlopm_git.bb
2023-07-26 16:27:43 +02:00

23 lines
445 B
BlitzBasic

DESCRIPTION = "wlopm"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
DEPENDS = "wayland wayland-native wayland-protocols"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.iohub.dev/dany/wlopm.git;protocol=https;branch=master"
S="${WORKDIR}/git"
do_compile () {
oe_runmake
}
do_install() {
oe_runmake install DESTDIR='${D}'
}
FILES:${PN} += "/usr/local/*"