[yocto] [PATCH][meta-mingw] gcc-crosssdk: use _remove instead of oe.utils.str_filter_out

Ross Burton ross.burton at intel.com
Tue Jan 30 07:28:54 PST 2018


Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 recipes-devtools/gcc/gcc-crosssdk_%.bbappend | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-devtools/gcc/gcc-crosssdk_%.bbappend b/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
index d52a16b..3411946 100644
--- a/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
+++ b/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
@@ -1,4 +1,3 @@
-EXTRA_OECONF_mingw32 := "${@oe.utils.str_filter_out('--with-linker-hash-style=${LINKER_HASH_STYLE}', '${EXTRA_OECONF}', d)}"
 PACKAGECONFIG_CONFARGS ?= ""
-EXTRA_OECONF_remove_mingw32 = "--enable-initfini-array"
+EXTRA_OECONF_remove_mingw32 = "--enable-initfini-array --with-linker-hash-style=${LINKER_HASH_STYLE}"
 EXTRA_OECONF_append_mingw32 = " --disable-initfini-array"
-- 
2.11.0




More information about the yocto mailing list