summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-08-31 09:37:18 -0500
committerJesse Gilles <jgilles@multitech.com>2011-08-31 09:37:18 -0500
commit4db1b7fb01c05ab7d999bed97cc0f39dc6ec7b86 (patch)
tree49ce9cc0d831373b2e0cb41c169597e2b96283bf
parente9629e5fcaaeafc4a51ba2b0941055d92549b892 (diff)
llvm2.7: remove duplication from do_install for native
-rw-r--r--multitech/recipes/llvm/llvm2.7_2.7.bbappend9
1 files changed, 2 insertions, 7 deletions
diff --git a/multitech/recipes/llvm/llvm2.7_2.7.bbappend b/multitech/recipes/llvm/llvm2.7_2.7.bbappend
index 634eec2..b70d895 100644
--- a/multitech/recipes/llvm/llvm2.7_2.7.bbappend
+++ b/multitech/recipes/llvm/llvm2.7_2.7.bbappend
@@ -1,11 +1,6 @@
-FILESEXTRA := "${THISDIR}"
-FILESPATHBASE =. "${FILESEXTRA}:"
-
-PR .= ".corecdp1"
+PR .= ".corecdp2"
do_install_append_virtclass-native() {
- install -d ${D}${bindir}
- install -m 0755 bin/llvm-config${LLVM_RELEASE} ${D}${bindir}
# replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl
- sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/llvm-config${LLVM_RELEASE}
+ sed -i -e "1s:#!.*:#!/usr/bin/env perl:" ${D}${bindir}/llvm-config${LLVM_RELEASE}
}