diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 19:44:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-30 10:29:35 +0200 |
commit | 31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee (patch) | |
tree | 45dc83314dc336239e82f5d084541c3143841ed6 /recipes-extended | |
parent | a0d9835bad4c86416323b1055315fc1fb09bcde5 (diff) | |
download | meta-updater-31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.0) 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 'recipes-extended')
-rw-r--r-- | recipes-extended/collectd/collectd_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-extended/ostree/ostree_%.bbappend | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-extended/collectd/collectd_%.bbappend b/recipes-extended/collectd/collectd_%.bbappend index fb3e6c4..8e2ee24 100644 --- a/recipes-extended/collectd/collectd_%.bbappend +++ b/recipes-extended/collectd/collectd_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | do_install_append() { | 1 | do_install:append() { |
2 | printf "<Include \"${sysconfdir}/collectd.conf.d\">\nFilter \"*.conf\"\n</Include>\n" >> ${D}/${sysconfdir}/collectd.conf | 2 | printf "<Include \"${sysconfdir}/collectd.conf.d\">\nFilter \"*.conf\"\n</Include>\n" >> ${D}/${sysconfdir}/collectd.conf |
3 | 3 | ||
4 | install -d ${D}/${sysconfdir}/collectd.conf.d | 4 | install -d ${D}/${sysconfdir}/collectd.conf.d |
diff --git a/recipes-extended/ostree/ostree_%.bbappend b/recipes-extended/ostree/ostree_%.bbappend index fd1795f..6714d12 100644 --- a/recipes-extended/ostree/ostree_%.bbappend +++ b/recipes-extended/ostree/ostree_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | PACKAGECONFIG_append = " curl libarchive static builtin-grub2-mkconfig" | 1 | PACKAGECONFIG:append = " curl libarchive static builtin-grub2-mkconfig" |
2 | PACKAGECONFIG_class-native_append = " curl" | 2 | PACKAGECONFIG:class-native:append = " curl" |
3 | PACKAGECONFIG_remove = "soup" | 3 | PACKAGECONFIG:remove = "soup" |
4 | PACKAGECONFIG_class-native_remove = "soup" | 4 | PACKAGECONFIG:class-native:remove = "soup" |