mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
convert to new override syntax
This commit is contained in:
@ -8,7 +8,7 @@ SRC_URI = " \
|
||||
|
||||
DEPENDS = "python3-wheel-native"
|
||||
|
||||
RDEPENDS_${PN} = "python-i3ipc"
|
||||
RDEPENDS:${PN} = "python-i3ipc"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
|
@ -24,7 +24,7 @@ EXTRA_OECMAKE += " \
|
||||
-DUSE_SYSTEM_TZ_DB=ON \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
do_install:append() {
|
||||
# source lacks pkgconfig support. Include a pc file, so 'date' can be found using pkgconfig
|
||||
install -d ${D}${libdir}/pkgconfig
|
||||
install -m 0644 ${WORKDIR}/date.pc ${D}${libdir}/pkgconfig
|
||||
|
@ -22,7 +22,7 @@ do_install () {
|
||||
done
|
||||
}
|
||||
|
||||
FILES_${PN} = " \
|
||||
FILES:${PN} = " \
|
||||
${datadir}/fonts \
|
||||
"
|
||||
|
||||
|
@ -27,7 +27,7 @@ PV = "0.6.0"
|
||||
SRCREV = "v${PV}"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
FILES_${PN} = "${datadir} ${libdir}"
|
||||
FILES:${PN} = "${datadir} ${libdir}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
||||
|
@ -16,6 +16,6 @@ SRCREV = "jq-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend() {
|
||||
do_configure:prepend() {
|
||||
autoreconf -f
|
||||
}
|
||||
|
Reference in New Issue
Block a user