diff options
author | Javier Viguera <javier.viguera@digi.com> | 2014-01-23 16:55:33 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-01 08:51:05 +0100 |
commit | f54bbf9da15980f70a5d121ec1d83912decb83e6 (patch) | |
tree | 0e4db107871b202c3d1a7415b8e898415655475c /meta-oe | |
parent | 24b824d720b32c05c6c054899e8b4a7896595626 (diff) | |
download | meta-openembedded-f54bbf9da15980f70a5d121ec1d83912decb83e6.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 f190dfd8f..fb58f6891 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 = " \ | |||
35 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}" | 35 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}" |
36 | PACKAGECONFIG[systemd] = " \ | 36 | PACKAGECONFIG[systemd] = " \ |
37 | --with-systemdsystemunitdir=${systemd_unitdir}/system --with-session-tracking=systemd --enable-polkit, \ | 37 | --with-systemdsystemunitdir=${systemd_unitdir}/system --with-session-tracking=systemd --enable-polkit, \ |
38 | --without-systemdsystemunitdir=, \ | 38 | --without-systemdsystemunitdir, \ |
39 | polkit \ | 39 | polkit \ |
40 | " | 40 | " |
41 | # consolekit is not picked by shlibs, so add it to RDEPENDS too | 41 | # consolekit is not picked by shlibs, so add it to RDEPENDS too |