summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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