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

Joshua Lock joshua.g.lock at intel.com
Tue Jan 19 10:44:07 UTC 2016


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"
 UCLIBC_EXTRA_CFLAGS  := "${@oe_filter_out('(-I\S+|-i\S+)', '${CFLAGS}', d)}"
 
 configmangle = '/^KERNEL_HEADERS/d; \
-- 
2.5.0




More information about the Openembedded-core mailing list