diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-24 08:00:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-06 22:08:11 -0700 |
commit | bf27e4fd7aa9c2a694dea70627485a3345a5fb4a (patch) | |
tree | eda05194c2832e958701119efd92eea9f5e01a33 | |
parent | 10d2227ee8eb0b24c273fed3e5c158bf9a3c118f (diff) | |
download | meta-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.cfg | 1 | ||||
-rw-r--r-- | recipes-core/busybox/busybox_1.%.bbappend | 3 |
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 @@ | |||
1 | CONFIG_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 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | SRC_URI:append:toolchain-clang = " file://clang.cfg" | ||