[OE-core] [PATCH] meta: conf: avoid appending LIBCOVERRIDE to OVERRIDES

Richard Purdie richard.purdie at linuxfoundation.org
Sat Apr 7 10:25:44 UTC 2018


On Sat, 2018-04-07 at 11:05 +0200, liu.ming50 at gmail.com wrote:
> From: Ming Liu <liu.ming50 at gmail.com>
> 
> The order of any other overrides should be before forcevariable, or
> else it will get the highest priority.
> 
> Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
> ---
>  meta/classes/native.bbclass                   | 2 --
>  meta/classes/nativesdk.bbclass                | 2 +-
>  meta/conf/bitbake.conf                        | 3 ++-
>  meta/conf/distro/include/tclibc-baremetal.inc | 5 ++---
>  meta/conf/distro/include/tclibc-glibc.inc     | 5 ++---
>  meta/conf/distro/include/tclibc-musl.inc      | 5 ++---
>  6 files changed, 9 insertions(+), 13 deletions(-)

We do not want to inject an empty entry into OVERRIDES. This patch
changes things so we can end up with "::" in there.

I suspect we've fixed bugs in bitbake where problems resulted from that
however I still don't want to do it.

Cheers,

Richard



More information about the Openembedded-core mailing list