All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][master/dora][PATCH] networkmanager: fix incorrect configure option
@ 2014-01-23 15:55 Javier Viguera
  2014-01-24  2:05 ` Otavio Salvador
  2014-01-24 10:40 ` Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Javier Viguera @ 2014-01-23 15:55 UTC (permalink / raw)
  To: openembedded-devel

The wrong option was breaking the build with:

configure: error: invalid package name: systemdsystemunitdir=

Signed-off-by: Javier Viguera <javier.viguera@digi.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 f190dfd8f7bc..fb58f6891e44 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][master/dora][PATCH] networkmanager: fix incorrect configure option
  2014-01-23 15:55 [meta-oe][master/dora][PATCH] networkmanager: fix incorrect configure option Javier Viguera
@ 2014-01-24  2:05 ` Otavio Salvador
  2014-01-24 10:40 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2014-01-24  2:05 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Thu, Jan 23, 2014 at 1:55 PM, Javier Viguera <javier.viguera@digi.com> wrote:
> 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>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][master/dora][PATCH] networkmanager: fix incorrect configure option
  2014-01-23 15:55 [meta-oe][master/dora][PATCH] networkmanager: fix incorrect configure option Javier Viguera
  2014-01-24  2:05 ` Otavio Salvador
@ 2014-01-24 10:40 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2014-01-24 10:40 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Javier Viguera schreef op 23-01-14 16:55:
> The wrong option was breaking the build with:
> 
> configure: error: invalid package name: systemdsystemunitdir=
> 
> Signed-off-by: Javier Viguera <javier.viguera@digi.com>

Acked-by: Koen Kooi <koen@dominion.thruhere.net>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFS4kMHMkyGM64RGpERArZLAJ4xWt95oDCd6oyV87wjjsywVg2ryQCfazyd
+VeA8Y8GJAftIWIc7rnz4Go=
=SCDi
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-24 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 15:55 [meta-oe][master/dora][PATCH] networkmanager: fix incorrect configure option Javier Viguera
2014-01-24  2:05 ` Otavio Salvador
2014-01-24 10:40 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.