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-gnome/recipes-extended | |
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-gnome/recipes-extended')
-rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb | 6 |
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 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${datadir}/appdata \ | 26 | ${datadir}/appdata \ |
27 | ${datadir}/icons \ | 27 | ${datadir}/icons \ |
28 | " | 28 | " |
29 | 29 | ||
30 | PACKAGES += "${PN}-polkit" | 30 | PACKAGES += "${PN}-polkit" |
31 | FILES_${PN}-polkit = "${datadir}/polkit-1" | 31 | FILES:${PN}-polkit = "${datadir}/polkit-1" |
32 | 32 | ||
33 | RDEPENDS_${PN} = " \ | 33 | RDEPENDS:${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 \ |