diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-22 09:34:30 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | a47b3ddbdea0e80ee0708ce70149721f59808392 (patch) | |
tree | 64ef110d8bde8113e7e651266fe60c829f6b09bf | |
parent | 73890324f4ed4bb303043b673518228da74b1ba5 (diff) | |
download | meta-clang-a47b3ddbdea0e80ee0708ce70149721f59808392.tar.gz |
compiler-rt-sanitizers: Do not package orc support lib
Its already shipped with compile-rt recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c5c59a9a6a80bb54067ed1400f814fcfc3f428aa)
-rw-r--r-- | recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index 50fc865..f1327de 100644 --- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | |||
@@ -62,6 +62,8 @@ do_install_append () { | |||
62 | mv ${D}${libdir}/clang ${D}${nonarch_libdir}/clang | 62 | mv ${D}${libdir}/clang ${D}${nonarch_libdir}/clang |
63 | rmdir --ignore-fail-on-non-empty ${D}${libdir} | 63 | rmdir --ignore-fail-on-non-empty ${D}${libdir} |
64 | fi | 64 | fi |
65 | # Already shipped with compile-rt Orc support | ||
66 | rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.orc-x86_64.a | ||
65 | } | 67 | } |
66 | 68 | ||
67 | FILES_SOLIBSDEV = "" | 69 | FILES_SOLIBSDEV = "" |