[oe-commits] Ross Burton : connman: explicitly disable systemd if we don' t want it enabled

git at git.openembedded.org git at git.openembedded.org
Fri Mar 15 01:52:03 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 87fe717009fb2bcd8e5dbdf0236fe715effca89f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=87fe717009fb2bcd8e5dbdf0236fe715effca89f

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Mar  7 12:56:45 2013 +0000

connman: explicitly disable systemd if we don't want it enabled

Otherwise configure will use pkg-config and may find systemd, even though we
don't want it.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-connectivity/connman/connman.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 04b21f7..96ebc55 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -40,7 +40,7 @@ EXTRA_OECONF += "\
     --disable-polkit \
     --enable-client \
     --enable-fake \
-    ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \
+    ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--with-systemdunitdir=', d)} \
 "
 
 INITSCRIPT_NAME = "connman"





More information about the Openembedded-commits mailing list