[OE-core] [PATCH v3 2/2] dbus: build with systemd support
Andrew Shadura
andrew.shadura at collabora.co.uk
Mon Sep 14 10:41:15 UTC 2015
---
meta/recipes-core/dbus/dbus_1.10.0.bb | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb
index e099f4b..a2bb493 100644
--- a/meta/recipes-core/dbus/dbus_1.10.0.bb
+++ b/meta/recipes-core/dbus/dbus_1.10.0.bb
@@ -92,8 +92,7 @@ pkg_postinst_dbus() {
EXTRA_OECONF = "--disable-tests \
--disable-xml-docs \
--disable-doxygen-docs \
- --disable-libaudit \
- --disable-systemd"
+ --disable-libaudit"
EXTRA_OECONF_append_class-native = " --disable-selinux"
@@ -102,9 +101,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd',
PACKAGECONFIG_class-native = ""
PACKAGECONFIG_class-nativesdk = ""
-# Would like to --enable-systemd but that's a circular build-dependency between
-# systemd<->dbus
-PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir"
+PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd --without-systemdsystemunitdir,systemd"
PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm"
PACKAGECONFIG[apparmor] = "--enable-apparmor,--disable-apparmor,libapparmor"
PACKAGECONFIG[user-session] = "--enable-user-session,--disable-user-session"
--
2.1.4
More information about the Openembedded-core
mailing list