mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
22 lines
402 B
Clojure
22 lines
402 B
Clojure
DESCRIPTION = "wlopm"
|
|
|
|
LICENSE = ""GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
|
|
|
|
|
|
DEPENDS = "wayland wayland-protocols"
|
|
|
|
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}'
|
|
} |