* missing leading space for EXTRA_OECONF_append?
@ 2013-11-24 13:35 Robert P. J. Day
2013-11-24 14:32 ` Nicolas Dechesne
2013-11-24 15:40 ` Martin Jansa
0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2013-11-24 13:35 UTC (permalink / raw)
To: OpenEmbedded Development mailing list
is this correct?
meta/recipes-devtools/gdb/gdb-cross-canadian.inc:EXTRA_OECONF_append = "--with-python=${WORKDIR}/python"
does there not need to be a leading space in that string?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: missing leading space for EXTRA_OECONF_append?
2013-11-24 13:35 missing leading space for EXTRA_OECONF_append? Robert P. J. Day
@ 2013-11-24 14:32 ` Nicolas Dechesne
2013-11-24 15:40 ` Martin Jansa
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Dechesne @ 2013-11-24 14:32 UTC (permalink / raw)
To: openembedded-devel
On Sun, Nov 24, 2013 at 2:35 PM, Robert P. J. Day <rpjday@crashcourse.ca>wrote:
> is this correct?
>
> meta/recipes-devtools/gdb/gdb-cross-canadian.inc:EXTRA_OECONF_append =
> "--with-python=${WORKDIR}/python"
>
> does there not need to be a leading space in that string?
>
indeed, you're right.
a quick 'dummy' grep in my layers show there is another instance (at
least... there can be more not caught by my regexp)
$ repo grep '_append.*= *\"--'
meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb:EXTRA_OECONF_append_armv7a
= "--cpu=cortex-a8"
openembedded-core/meta/recipes-devtools/gdb/gdb-cross-canadian.inc:EXTRA_OECONF_append
= "--with-python=${WORKDIR}/python"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: missing leading space for EXTRA_OECONF_append?
2013-11-24 13:35 missing leading space for EXTRA_OECONF_append? Robert P. J. Day
2013-11-24 14:32 ` Nicolas Dechesne
@ 2013-11-24 15:40 ` Martin Jansa
1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-11-24 15:40 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]
On Sun, Nov 24, 2013 at 08:35:27AM -0500, Robert P. J. Day wrote:
>
> is this correct?
>
> meta/recipes-devtools/gdb/gdb-cross-canadian.inc:EXTRA_OECONF_append = "--with-python=${WORKDIR}/python"
>
> does there not need to be a leading space in that string?
Wrong ML, but yes there should be leading space to be sure.
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day Ottawa, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-24 15:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-24 13:35 missing leading space for EXTRA_OECONF_append? Robert P. J. Day
2013-11-24 14:32 ` Nicolas Dechesne
2013-11-24 15:40 ` Martin Jansa
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.