summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-30 08:19:41 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-30 14:58:28 -0700
commitf18df4a93a70b9482b5f64bc615e5810ea7aac39 (patch)
tree6a8bd6fb7475dff52f7d9908d16a25f6e7ba3fa5 /recipes-bsp
parentaacf11ac3ddc211761237519bdf6810a9d37bb9f (diff)
downloadmeta-clang-f18df4a93a70b9482b5f64bc615e5810ea7aac39.tar.gz
systemd-boot: Remove local -O1 kludge
This has been applied upstream as well see [1] [1] https://github.com/systemd/systemd-stable/commit/b0da0d61023ccc912e4d254b03d2350ec65ce87a 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
deleted file mode 100644
index bc0bdd9..0000000
--- a/recipes-bsp/systemd-boot/systemd-boot_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
1do_configure:append:toolchain-clang() {
2 export EFI_CC="${CC}"
3 sed -i -e "s#O0#O#g" ${S}/src/boot/efi/meson.build
4}