mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
clang: remove obsolete install steps
clang-pseudo and clang-rename have both been removed from upstream, so
don't try to install them anymore:
llvm 40c45b6b4318 ("Remove clang-rename (#108988)")
llvm ed8f78827895 ("Remove clang-pseudo (#109154)")
(From OE-Core rev: ac2a625c9a28a692b87a073aca95197e9d08842b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8bc9fee22c
commit
6f089b930e
@@ -170,12 +170,6 @@ do_configure:append:class-nativesdk() {
|
||||
}
|
||||
|
||||
do_install:append() {
|
||||
for t in clang-pseudo clang-pseudo-gen clang-rename; do
|
||||
if [ -e ${B}${BINPATHPREFIX}/bin/$t ]; then
|
||||
install -Dm 0755 ${B}${BINPATHPREFIX}/bin/$t ${D}${bindir}/$t
|
||||
fi
|
||||
done
|
||||
|
||||
oe_multilib_header llvm/Config/llvm-config.h
|
||||
oe_multilib_header clang/Config/config.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user