summaryrefslogtreecommitdiff
path: root/multitech/recipes/llvm/llvm2.7_2.7.bbappend
blob: 634eec2d50bb99cf7c9ee73636401a4352f107f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"

PR .= ".corecdp1"

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}
}