mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
efitools: use oe.utils.str_filter_out
oe_filter_out has been removed from oe-core so use the replacement function oe.utils.str_filter_out. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
@@ -50,8 +50,8 @@ EXTRA_OEMAKE_append_x86 += " ARCH=ia32"
|
|||||||
EXTRA_OEMAKE_append_x86-64 += " ARCH=x86_64"
|
EXTRA_OEMAKE_append_x86-64 += " ARCH=x86_64"
|
||||||
|
|
||||||
# LDFLAGS is used by LD not CC, so remove '-Wl,'
|
# LDFLAGS is used by LD not CC, so remove '-Wl,'
|
||||||
LDFLAGS := "${@oe_filter_out('-Wl,', '${LDFLAGS}', d)}"
|
LDFLAGS := "${@oe.utils.str_filter_out('-Wl,', '${LDFLAGS}', d)}"
|
||||||
BUILD_LDFLAGS := "${@oe_filter_out('-Wl,', '${BUILD_LDFLAGS}', d)}"
|
BUILD_LDFLAGS := "${@oe.utils.str_filter_out('-Wl,', '${BUILD_LDFLAGS}', d)}"
|
||||||
|
|
||||||
EFI_BOOT_PATH = "/boot/efi/EFI/BOOT"
|
EFI_BOOT_PATH = "/boot/efi/EFI/BOOT"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user