From 87fe717009fb2bcd8e5dbdf0236fe715effca89f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 7 Mar 2013 12:56:45 +0000 Subject: 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 Signed-off-by: Saul Wold --- meta/recipes-connectivity/connman/connman.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/connman/connman.inc') diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 04b21f7259..96ebc551b8 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" -- cgit 1.2.3-korg