diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-22 09:34:30 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-08 11:37:54 -0700 |
commit | c5c59a9a6a80bb54067ed1400f814fcfc3f428aa (patch) | |
tree | 3269ef8e15acc5e58f52fcb3b74709891f175ef1 /recipes-devtools | |
parent | 1a90a808e913003ccbbd5ab9b1fcb0a0995d620c (diff) | |
download | meta-clang-c5c59a9a6a80bb54067ed1400f814fcfc3f428aa.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>
Diffstat (limited to 'recipes-devtools')
-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 = "" |