1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-07 12:06:39 +02:00

fix recipes errors

This commit is contained in:
DanyLE 2023-07-26 23:54:46 +02:00
parent 49305da8d8
commit 9e3536aa73
2 changed files with 9 additions and 7 deletions

View File

@ -3,18 +3,18 @@ DESCRIPTION = "sfwbar pannel for wayland"
LICENSE = "GPL-3.0-only" LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
FILESEXTRAPATHS:prepend = "${THISDIR}/files:" FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
DEPENDS = "wayland wayland-native wayland-protocols" DEPENDS = "gtk+3 gtk-layer-shell json-c wayland-native"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/LBCrion/sfwbar.git;protocol=https;branch=master" SRC_URI = "git://github.com/LBCrion/sfwbar.git;protocol=https;branch=main"
SRC_URI += " file://sfwbar.config " SRC_URI += " file://sfwbar.config "
S="${WORKDIR}/git" S="${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig
EXTRA_OEMESON += "--buildtype release" EXTRA_OEMESON += "--buildtype release"
@ -22,3 +22,5 @@ do_install:append () {
install -d ${D}/${sysconfdir}/sfwbar/ install -d ${D}/${sysconfdir}/sfwbar/
install -m 0755 ${WORKDIR}/sfwbar.config ${D}/${sysconfdir}/sfwbar/ install -m 0755 ${WORKDIR}/sfwbar.config ${D}/${sysconfdir}/sfwbar/
} }
FILES:${PN} += "/usr/share/icons/*"

View File

@ -1,5 +1,5 @@
PACKAGECONFIG:remove = " man-pages xwayland " PACKAGECONFIG:remove = " man-pages xwayland "
FILESEXTRAPATHS:prepend = "${THISDIR}/files:" FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += " file://init \ SRC_URI += " file://init \
file://autostart \ file://autostart \
@ -17,7 +17,7 @@ do_install:append () {
install -m 0755 ${WORKDIR}/environment ${D}/${sysconfdir}/labwc/ install -m 0755 ${WORKDIR}/environment ${D}/${sysconfdir}/labwc/
install -m 0755 ${WORKDIR}/menu.xml ${D}/${sysconfdir}/labwc/ install -m 0755 ${WORKDIR}/menu.xml ${D}/${sysconfdir}/labwc/
install -m 0755 ${WORKDIR}/rc.xml ${D}/${sysconfdir}/labwc/ install -m 0755 ${WORKDIR}/rc.xml ${D}/${sysconfdir}/labwc/
install -m 0755 ${WORKDIR}/wpp.xml ${D}/${sysconfdir}/labwc/ install -m 0755 ${WORKDIR}/wpp.jpg ${D}/${sysconfdir}/labwc/
} }
inherit update-rc.d inherit update-rc.d