mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen: use oe.utils.str_filter_out
oe_filter_out is not available in oe-core anymore so use oe.utils.str_filter_out instead. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
576a017721
commit
0cdb05a7d8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user