diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-10 09:38:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | ae4a847d00c0ef0af360562c35cd9736192ddea0 (patch) | |
tree | 19eab14da677818327ee3f681069323b44139703 | |
parent | b59915980aa745ce4afd63e136edc1e77f126af4 (diff) | |
download | meta-clang-ae4a847d00c0ef0af360562c35cd9736192ddea0.tar.gz |
clang/compiler-rt: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 45a3707291a4e8bd2469b0d2bb9cf9e07878ae08)
-rw-r--r-- | recipes-devtools/clang/clang_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index 6642af6..d0f7c48 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb | |||
@@ -295,7 +295,7 @@ FILES:${PN}:remove = "${libdir}/${BPN}/*" | |||
295 | 295 | ||
296 | 296 | ||
297 | INSANE_SKIP:${PN} += "already-stripped" | 297 | INSANE_SKIP:${PN} += "already-stripped" |
298 | #INSANE_SKIP_${PN}-dev += "dev-elf" | 298 | #INSANE_SKIP:${PN}-dev += "dev-elf" |
299 | INSANE_SKIP:${PN}-lldb-python += "dev-so dev-deps" | 299 | INSANE_SKIP:${PN}-lldb-python += "dev-so dev-deps" |
300 | INSANE_SKIP:liblldb = "dev-so" | 300 | INSANE_SKIP:liblldb = "dev-so" |
301 | 301 | ||
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index 42005df..18ec31d 100644 --- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | |||
@@ -76,7 +76,7 @@ FILES:${PN}-dev += "${datadir} ${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER} | |||
76 | INSANE_SKIP:${PN} = "dev-so libdir" | 76 | INSANE_SKIP:${PN} = "dev-so libdir" |
77 | INSANE_SKIP:${PN}-dbg = "libdir" | 77 | INSANE_SKIP:${PN}-dbg = "libdir" |
78 | 78 | ||
79 | #PROVIDES_append_class-target = "\ | 79 | #PROVIDES:append:class-target = "\ |
80 | # virtual/${TARGET_PREFIX}compilerlibs \ | 80 | # virtual/${TARGET_PREFIX}compilerlibs \ |
81 | # libgcc \ | 81 | # libgcc \ |
82 | # libgcc-initial \ | 82 | # libgcc-initial \ |
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index cdb571d..55b3378 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
@@ -96,7 +96,7 @@ FILES:${PN}-dev += "${datadir} ${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER} | |||
96 | INSANE_SKIP:${PN} = "dev-so libdir" | 96 | INSANE_SKIP:${PN} = "dev-so libdir" |
97 | INSANE_SKIP:${PN}-dbg = "libdir" | 97 | INSANE_SKIP:${PN}-dbg = "libdir" |
98 | 98 | ||
99 | #PROVIDES_append_class-target = "\ | 99 | #PROVIDES:append:class-target = "\ |
100 | # virtual/${TARGET_PREFIX}compilerlibs \ | 100 | # virtual/${TARGET_PREFIX}compilerlibs \ |
101 | # libgcc \ | 101 | # libgcc \ |
102 | # libgcc-initial \ | 102 | # libgcc-initial \ |