diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-06 17:09:22 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-12 12:06:01 +0200 |
| commit | 1295dedccd2744970cea8dba7157432323936f3b (patch) | |
| tree | 5f2c0fa70f3f24d5002b5ce68403d0036ac79dcf | |
| parent | 71e91988bba3e81c53ece72c00f23106b68dc408 (diff) | |
| download | meta-openembedded-1295dedccd2744970cea8dba7157432323936f3b.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-core/llvm/llvm2.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm2.inc b/meta-oe/recipes-core/llvm/llvm2.inc index b5bad45f95..5ae993afd1 100644 --- a/meta-oe/recipes-core/llvm/llvm2.inc +++ b/meta-oe/recipes-core/llvm/llvm2.inc | |||
| @@ -110,11 +110,6 @@ do_install() { | |||
| 110 | 110 | ||
| 111 | # LLVM does not install this by default. | 111 | # LLVM does not install this by default. |
| 112 | install bin/tblgen ${D}${bindir}/${LLVM_DIR} | 112 | install bin/tblgen ${D}${bindir}/${LLVM_DIR} |
| 113 | |||
| 114 | # we install it here unmodified for native and none native and overwrite it | ||
| 115 | # later for native case | ||
| 116 | install -d ${D}${bindir} | ||
| 117 | install -m 0755 bin/llvm-config ${D}${bindir} | ||
| 118 | } | 113 | } |
| 119 | 114 | ||
| 120 | SYSROOT_PREPROCESS_FUNCS_append_class-target = " llvm_sysroot_preprocess" | 115 | SYSROOT_PREPROCESS_FUNCS_append_class-target = " llvm_sysroot_preprocess" |
