[OE-core] [PATCH] ed_0.5: Handle --disable-static option

Christopher Larson clarson at kergoth.com
Mon Feb 15 16:47:07 UTC 2016


On Mon, Feb 15, 2016 at 8:45 AM Richard Purdie <
richard.purdie at linuxfoundation.org> wrote:

> Also clean up use of immediate expansion as there are cleaner mechanisms
> now.
>
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
>
> diff --git a/meta/recipes-extended/ed/ed_0.5.bb
> b/meta/recipes-extended/ed/ed_0.5.bb
> index 143e636..e2df13f 100644
> --- a/meta/recipes-extended/ed/ed_0.5.bb
> +++ b/meta/recipes-extended/ed/ed_0.5.bb
> @@ -15,7 +15,6 @@ inherit autotools texinfo
>
>  EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}'
> 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'"
>
> -CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS',
> True).replace('--disable-dependency-tracking', ' ')}"
> -CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS',
> True).replace('--disable-silent-rules', ' ')}"
> -
> -
> +CONFIGUREOPTS_remove = "--disable-dependency-tracking"
> +CONFIGUREOPTS_remove = "--disable-silent-rules"
> +EXTRA_OECONF_remove = "--disable-static"
>

This will be impossible to undo in a bbappend..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160215/e8bcf210/attachment-0002.html>


More information about the Openembedded-core mailing list