summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-05-24 08:00:45 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-06 22:08:11 -0700
commitbf27e4fd7aa9c2a694dea70627485a3345a5fb4a (patch)
treeeda05194c2832e958701119efd92eea9f5e01a33
parent10d2227ee8eb0b24c273fed3e5c158bf9a3c118f (diff)
downloadmeta-clang-bf27e4fd7aa9c2a694dea70627485a3345a5fb4a.tar.gz
busybox: Remove clang fix
It is now applied in core Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-core/busybox/busybox/clang.cfg1
-rw-r--r--recipes-core/busybox/busybox_1.%.bbappend3
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-core/busybox/busybox/clang.cfg b/recipes-core/busybox/busybox/clang.cfg
deleted file mode 100644
index 450fa7e..0000000
--- a/recipes-core/busybox/busybox/clang.cfg
+++ /dev/null
@@ -1 +0,0 @@
1CONFIG_EXTRA_CFLAGS="-DBB_GLOBAL_CONST=''"
diff --git a/recipes-core/busybox/busybox_1.%.bbappend b/recipes-core/busybox/busybox_1.%.bbappend
deleted file mode 100644
index 6eadf24..0000000
--- a/recipes-core/busybox/busybox_1.%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3SRC_URI:append:toolchain-clang = " file://clang.cfg"