* [PATCH][meta-mingw] gcc-crosssdk: use oe.utils.str_filter_out
@ 2018-01-30 11:25 Ross Burton
2018-01-30 11:46 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2018-01-30 11:25 UTC (permalink / raw)
To: yocto
oe_filter_out has been removed from oe-core so use the replacement function.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
recipes-devtools/gcc/gcc-crosssdk_%.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-devtools/gcc/gcc-crosssdk_%.bbappend b/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
index b3b843a..d52a16b 100644
--- a/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
+++ b/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
@@ -1,4 +1,4 @@
-EXTRA_OECONF_mingw32 := "${@oe_filter_out('--with-linker-hash-style=${LINKER_HASH_STYLE}', '${EXTRA_OECONF}', d)}"
+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_append_mingw32 = " --disable-initfini-array"
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][meta-mingw] gcc-crosssdk: use oe.utils.str_filter_out
2018-01-30 11:25 [PATCH][meta-mingw] gcc-crosssdk: use oe.utils.str_filter_out Ross Burton
@ 2018-01-30 11:46 ` Richard Purdie
2018-01-30 12:04 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2018-01-30 11:46 UTC (permalink / raw)
To: Ross Burton, yocto
On Tue, 2018-01-30 at 11:25 +0000, Ross Burton wrote:
> oe_filter_out has been removed from oe-core so use the replacement
> function.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> recipes-devtools/gcc/gcc-crosssdk_%.bbappend | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-devtools/gcc/gcc-crosssdk_%.bbappend b/recipes-
> devtools/gcc/gcc-crosssdk_%.bbappend
> index b3b843a..d52a16b 100644
> --- a/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
> +++ b/recipes-devtools/gcc/gcc-crosssdk_%.bbappend
> @@ -1,4 +1,4 @@
> -EXTRA_OECONF_mingw32 := "${@oe_filter_out('--with-linker-hash-
> style=${LINKER_HASH_STYLE}', '${EXTRA_OECONF}', d)}"
> +EXTRA_OECONF_mingw32 := "${@oe.utils.str_filter_out('--with-linker-
> hash-style=${LINKER_HASH_STYLE}', '${EXTRA_OECONF}', d)}"
Why aren't we using
EXTRA_OECONF_remove_mingw32 = "--with-linker-hash-style=${LINKER_HASH_STYLE}"
out of interest?
I thought (hoped) the filter-out stuff was dead now?
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][meta-mingw] gcc-crosssdk: use oe.utils.str_filter_out
2018-01-30 11:46 ` Richard Purdie
@ 2018-01-30 12:04 ` Burton, Ross
0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2018-01-30 12:04 UTC (permalink / raw)
To: Richard Purdie; +Cc: Yocto-mailing-list
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
On 30 January 2018 at 11:46, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:
> Why aren't we using
> EXTRA_OECONF_remove_mingw32 = "--with-linker-hash-style=${
> LINKER_HASH_STYLE}"
> out of interest?
>
> I thought (hoped) the filter-out stuff was dead now?
>
I'll admit I just fixed the error without looking exactly at what was being
done. :)
Ross
[-- Attachment #2: Type: text/html, Size: 751 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-30 12:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-30 11:25 [PATCH][meta-mingw] gcc-crosssdk: use oe.utils.str_filter_out Ross Burton
2018-01-30 11:46 ` Richard Purdie
2018-01-30 12:04 ` Burton, Ross
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.