summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}
}