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-oe/recipes-core/dbus | |
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-oe/recipes-core/dbus')
-rw-r--r-- | meta-oe/recipes-core/dbus/dbus-broker_29.bb | 10 | ||||
-rw-r--r-- | meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_29.bb b/meta-oe/recipes-core/dbus/dbus-broker_29.bb index 8fcdb8c66c..525db345b0 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_29.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_29.bb | |||
@@ -17,15 +17,15 @@ DEPENDS = "expat systemd" | |||
17 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux (>= 3.2)', '', d)}" | 17 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux (>= 3.2)', '', d)}" |
18 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit (>= 3.0)', '', d)}" | 18 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit (>= 3.0)', '', d)}" |
19 | 19 | ||
20 | RDEPENDS_${PN} += "dbus-common" | 20 | RDEPENDS:${PN} += "dbus-common" |
21 | 21 | ||
22 | REQUIRED_DISTRO_FEATURES = "systemd" | 22 | REQUIRED_DISTRO_FEATURES = "systemd" |
23 | 23 | ||
24 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 24 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
25 | 25 | ||
26 | FILES_${PN} += "${systemd_system_unitdir}" | 26 | FILES:${PN} += "${systemd_system_unitdir}" |
27 | FILES_${PN} += "${systemd_user_unitdir}" | 27 | FILES:${PN} += "${systemd_user_unitdir}" |
28 | FILES_${PN} += "${nonarch_libdir}/systemd/catalog" | 28 | FILES:${PN} += "${nonarch_libdir}/systemd/catalog" |
29 | 29 | ||
30 | EXTRA_OEMESON += " -Dselinux=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" | 30 | EXTRA_OEMESON += " -Dselinux=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" |
31 | EXTRA_OEMESON += " -Daudit=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" | 31 | EXTRA_OEMESON += " -Daudit=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" |
diff --git a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb index a6d8b86ee0..999a0c0063 100644 --- a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb +++ b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb | |||
@@ -25,6 +25,6 @@ LDFLAGS += "-pthread" | |||
25 | 25 | ||
26 | PACKAGE_BEFORE_PN = "${PN}-tools" | 26 | PACKAGE_BEFORE_PN = "${PN}-tools" |
27 | 27 | ||
28 | FILES_${PN}-tools = "${bindir}" | 28 | FILES:${PN}-tools = "${bindir}" |
29 | 29 | ||
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |