[meta-virtualization] [PATCH] xen: use oe.utils.str_filter_out

Ricardo Salveti ricardo at opensourcefoundries.com
Tue Jan 30 12:22:33 PST 2018


oe_filter_out is not available in oe-core anymore so use
oe.utils.str_filter_out instead.

Signed-off-by: Ricardo Salveti <ricardo at opensourcefoundries.com>
---
 recipes-extended/xen/xen.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 15ec8cb..8dfe589 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -830,7 +830,7 @@ export LDFLAGS=""
 # Yocto injects -mfpmath=sse for some machine types into the CFLAGS which
 # conflicts with -mno-sse so instead we strip -mfpmath=sse instead of
 # patching the build to be ok with this
-TUNE_CCARGS := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}"
+TUNE_CCARGS := "${@oe.utils.str_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}"
 
 EXTRA_OECONF += " \
     --exec-prefix=/usr \
-- 
2.7.4



More information about the meta-virtualization mailing list