summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-extended
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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-gnome/recipes-extended')
-rw-r--r--meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb
index 4eb383bbf2..9cca071758 100644
--- a/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb
+++ b/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb
@@ -22,15 +22,15 @@ DEPENDS += " \
22 parted \ 22 parted \
23" 23"
24 24
25FILES_${PN} += " \ 25FILES:${PN} += " \
26 ${datadir}/appdata \ 26 ${datadir}/appdata \
27 ${datadir}/icons \ 27 ${datadir}/icons \
28" 28"
29 29
30PACKAGES += "${PN}-polkit" 30PACKAGES += "${PN}-polkit"
31FILES_${PN}-polkit = "${datadir}/polkit-1" 31FILES:${PN}-polkit = "${datadir}/polkit-1"
32 32
33RDEPENDS_${PN} = " \ 33RDEPENDS:${PN} = " \
34 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \ 34 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \
35 dosfstools \ 35 dosfstools \
36 mtools \ 36 mtools \