diff options
author | Xerxes Rånby <xerxes@zafena.se> | 2010-07-12 13:10:37 +0200 |
---|---|---|
committer | Xerxes Rånby <xerxes@zafena.se> | 2010-07-12 13:12:49 +0200 |
commit | f68364368172b7b028b7ff93d13ae3fdc7334729 (patch) | |
tree | d0c805e7f5970b66de9858e430390845aca85612 /recipes/llvm | |
parent | 03b0bfff034eaa5a052252f4a05063d0103f62b4 (diff) |
llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1".
Diffstat (limited to 'recipes/llvm')
-rw-r--r-- | recipes/llvm/llvm-common.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/llvm/llvm-common.bb b/recipes/llvm/llvm-common.bb index 9c1a4e538c..a2dad52b43 100644 --- a/recipes/llvm/llvm-common.bb +++ b/recipes/llvm/llvm-common.bb @@ -1,3 +1,5 @@ +PR = "r1" + DESCRIPTION = "Helper script for OE's llvm support" BBCLASSEXTEND = "native" @@ -6,6 +8,8 @@ SRC_URI = "file://llvm-config" PACKAGES = "" +NATIVE_INSTALL_WORKS = "1" + do_install() { install -d ${D}${bindir} install -m 0755 ${WORKDIR}/llvm-config ${D}${bindir} |