mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user