networkmanager: fix incorrect configure option
authorJavier Viguera <javier.viguera@digi.com>
Thu, 23 Jan 2014 15:55:33 +0000 (16:55 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:35:35 +0000 (08:35 -0800)
The wrong option was breaking the build with:

configure: error: invalid package name: systemdsystemunitdir=

(From meta-openembedded rev: f54bbf9da15980f70a5d121ec1d83912decb83e6)

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb

index f190dfd..fb58f68 100644 (file)
@@ -35,7 +35,7 @@ EXTRA_OECONF = " \
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}"
 PACKAGECONFIG[systemd] = " \
     --with-systemdsystemunitdir=${systemd_unitdir}/system --with-session-tracking=systemd --enable-polkit, \
-    --without-systemdsystemunitdir=, \
+    --without-systemdsystemunitdir, \
     polkit \
 "
 # consolekit is not picked by shlibs, so add it to RDEPENDS too