summaryrefslogtreecommitdiff
path: root/multitech/recipes/llvm/llvm2.7_2.7.bbappend
blob: b70d8950b2bc3c06307775caa789d249240b4e3c (plain)
1
2
3
4
5
6
PR .= ".corecdp2"

do_install_append_virtclass-native() {
         # replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl
         sed -i -e "1s:#!.*:#!/usr/bin/env perl:" ${D}${bindir}/llvm-config${LLVM_RELEASE}
}