[OE-core] [PATCH 2/2] uclibc: remove a use of immediate expansion and oe_filter_out ()

Khem Raj raj.khem at gmail.com
Tue Jan 19 15:20:56 UTC 2016


> On Jan 19, 2016, at 2:44 AM, Joshua Lock <joshua.g.lock at intel.com> wrote:
> 
> The remove overrides syntax is much clearer here, and more closely
> matches the preferred style for modern metadata.
> 
> Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
> ---
> meta/recipes-core/uclibc/uclibc.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
> index 2b34c34..b63158a 100644
> --- a/meta/recipes-core/uclibc/uclibc.inc
> +++ b/meta/recipes-core/uclibc/uclibc.inc
> @@ -62,7 +62,7 @@ export V="2"
> # -O<n> -fno-omit-frame-pointer ends up with GCC ICE on thumb as reported
> # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44860
> #
> -CFLAGS_arm := "${@oe_filter_out('-fno-omit-frame-pointer', '${CFLAGS}', d)}"
> +CFLAGS_remove_arm = "-fno-omit-frame-pointer”

LGTM

> UCLIBC_EXTRA_CFLAGS  := "${@oe_filter_out('(-I\S+|-i\S+)', '${CFLAGS}', d)}"
> 
> configmangle = '/^KERNEL_HEADERS/d; \
> --
> 2.5.0
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160119/a2a74beb/attachment-0002.sig>


More information about the Openembedded-core mailing list