From 2cbedc14c72fbe1b4143efd6e6da88a28646e965 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 26 Jul 2023 16:27:43 +0200 Subject: [PATCH] add wlopm --- recipes-support/wlopm/wlopm_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-support/wlopm/wlopm_git.bb b/recipes-support/wlopm/wlopm_git.bb index f7bcb27..cd09208 100644 --- a/recipes-support/wlopm/wlopm_git.bb +++ b/recipes-support/wlopm/wlopm_git.bb @@ -4,12 +4,11 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891" -DEPENDS = "wayland wayland-protocols" +DEPENDS = "wayland wayland-native wayland-protocols" SRCREV = "${AUTOREV}" -SRC_URI = "https://git.iohub.dev/dany/wlopm.git;branch=master;" -SRC_URI[sha256sum] = "0e5335c501ac1803932eca49bcb9344578d11911768605f31b29c02c16a142f1" +SRC_URI = "git://git.iohub.dev/dany/wlopm.git;protocol=https;branch=master" S="${WORKDIR}/git" @@ -19,4 +18,6 @@ do_compile () { do_install() { oe_runmake install DESTDIR='${D}' -} \ No newline at end of file +} + +FILES:${PN} += "/usr/local/*" \ No newline at end of file