[oe-commits] Javier Viguera : networkmanager: fix incorrect configure option

git at git.openembedded.org git at git.openembedded.org
Sat Feb 1 07:52:29 UTC 2014


Module: meta-openembedded.git
Branch: dora
Commit: 40e0f371f3eb1628655c484feac0cebf810737b4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=40e0f371f3eb1628655c484feac0cebf810737b4

Author: Javier Viguera <javier.viguera at digi.com>
Date:   Thu Jan 23 16:55:33 2014 +0100

networkmanager: fix incorrect configure option

The wrong option was breaking the build with:

configure: error: invalid package name: systemdsystemunitdir=

Signed-off-by: Javier Viguera <javier.viguera at digi.com>
Reviewed-by: Otavio Salvador <otavio at ossystems.com.br>
Acked-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb
index f190dfd..fb58f68 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb
@@ -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



More information about the Openembedded-commits mailing list