summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-27 10:44:07 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-27 17:29:06 -0800
commit4e14c0f2f8cc0748a5864cb904b5bd9df9fa030b (patch)
tree917f7669477e7f55de7055f955c84e69cb2d9b0b /recipes-bsp
parent8e6506adcb29ce0fdd29efb55b2358110ad9cbf6 (diff)
downloadmeta-clang-4e14c0f2f8cc0748a5864cb904b5bd9df9fa030b.tar.gz
systemd-boot: Do not export NM, AR and RANLIB
this is no longer needed as it seems. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/systemd-boot/systemd-boot_%.bbappend4
1 files changed, 0 insertions, 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 @@
1do_configure_append_toolchain-clang() { 1do_configure_append_toolchain-clang() {
2 export NM="${HOST_PREFIX}nm"
3 export AR="${HOST_PREFIX}ar"
4 export RANLIB="${HOST_PREFIX}ranlib"
5 export EFI_CC="${CC}" 2 export EFI_CC="${CC}"
6 sed -i -e "s#O0#O#g" ${S}/src/boot/efi/meson.build 3 sed -i -e "s#O0#O#g" ${S}/src/boot/efi/meson.build
7} 4}
8