[OE-core] [meta-oe][PATCH] Fix gpsd build by switching to use EXTRA_CONF_PACKAGECONFIG.

Martin Jansa martin.jansa at gmail.com
Mon Feb 29 22:45:31 UTC 2016


Wrong ML, patches for meta-oe belong to openembedded-devel ML (see README
file)

On Mon, Feb 29, 2016 at 11:31 PM, Chris Trobridge <
christrobridge at hotmail.com> wrote:

> Was using EXTRA_OECONF, leading to:
>
> SCons Error: no such option: --disable-static
>
> Signed-off-by: Chris Trobridge <christrobridge at hotmail.com>
> ---
>  meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
> b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
> index ff268b3..39d6470 100644
> --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
> +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
> @@ -45,7 +45,7 @@ EXTRA_OESCONS = " \
>      strip='false' \
>      chrpath='yes' \
>      systemd='${SYSTEMD_OESCONS}' \
> -    ${EXTRA_OECONF} \
> +    ${EXTRA_CONF_PACKAGECONFIG} \
>  "
>  # this cannot be used, because then chrpath is not found and only static
> lib is built
>  # target=${HOST_SYS}
> --
> 2.4.3
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160229/41bc1153/attachment-0002.html>


More information about the Openembedded-core mailing list