diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-xfce/recipes-xfce/xfce4-dev-tools | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb index 143a0a5e7a..7162311e56 100644 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | |||
@@ -5,21 +5,21 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
8 | DEPENDS_append_class-target = " ${BPN}-native" | 8 | DEPENDS:append:class-target = " ${BPN}-native" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" |
15 | SRC_URI_append_class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" | 15 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" |
16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" | 16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | install -d ${D}${datadir}/aclocal | 19 | install -d ${D}${datadir}/aclocal |
20 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ | 20 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" | 23 | FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "bash" | 25 | RDEPENDS:${PN} = "bash" |