diff --git a/recipes-support/wlopm/wlopm_git.bb b/recipes-support/wlopm/wlopm_git.bb new file mode 100644 index 0000000..05c1809 --- /dev/null +++ b/recipes-support/wlopm/wlopm_git.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "wlopm" + +LICENSE = ""GPL-3.0-only" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891" + + +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}' +} \ No newline at end of file