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@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>
This commit is contained in:
Javier Viguera
2014-01-23 16:55:33 +01:00
committed by Martin Jansa
parent 24b824d720
commit f54bbf9da1
@@ -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