mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
llvm2: don't install llvm-config to bindir
* there is llvm-config in binconfig/LLVM_RELEASE * this one was creating conflict between different llvm*-dev versions installed on target: ./llvm2.9/2.9-r3/packages-split/llvm2.9-dev/usr/bin/llvm2.9/llvm-config ./llvm2.9/2.9-r3/packages-split/llvm2.9-dev/usr/bin/llvm-config ./llvm2.8/2.8-r3/packages-split/llvm2.8-dev/usr/bin/llvm2.8/llvm-config ./llvm2.8/2.8-r3/packages-split/llvm2.8-dev/usr/bin/llvm-config Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -110,11 +110,6 @@ do_install() {
|
||||
|
||||
# LLVM does not install this by default.
|
||||
install bin/tblgen ${D}${bindir}/${LLVM_DIR}
|
||||
|
||||
# we install it here unmodified for native and none native and overwrite it
|
||||
# later for native case
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 bin/llvm-config ${D}${bindir}
|
||||
}
|
||||
|
||||
SYSROOT_PREPROCESS_FUNCS_append_class-target = " llvm_sysroot_preprocess"
|
||||
|
||||
Reference in New Issue
Block a user