From 4e14c0f2f8cc0748a5864cb904b5bd9df9fa030b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 27 Dec 2018 10:44:07 -0800 Subject: systemd-boot: Do not export NM, AR and RANLIB this is no longer needed as it seems. Signed-off-by: Khem Raj --- recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend index f7a283e..d5e4bcc 100644 --- a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend +++ b/recipes-bsp/systemd-boot/systemd-boot_%.bbappend @@ -1,8 +1,4 @@ do_configure_append_toolchain-clang() { - export NM="${HOST_PREFIX}nm" - export AR="${HOST_PREFIX}ar" - export RANLIB="${HOST_PREFIX}ranlib" export EFI_CC="${CC}" sed -i -e "s#O0#O#g" ${S}/src/boot/efi/meson.build } - -- cgit v1.2.3-54-g00ecf