1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-07 20:16:38 +02:00
meta-rpi-diya/recipes-support/wlopm/wlopm_git.bb

22 lines
402 B
BlitzBasic
Raw Normal View History

2023-07-26 15:42:12 +02:00
DESCRIPTION = "wlopm"
LICENSE = ""GPL-3.0-only"
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;"
S="${WORKDIR}/git"
do_compile () {
oe_runmake -C make/linux
}
do_install() {
oe_runmake install DESTDIR='${D}'
}