git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b0bff
)
llvm-common: unbreak build NATIVE_INSTALL_WORKS = "1".
author
Xerxes Rånby
<xerxes@zafena.se>
Mon, 12 Jul 2010 11:10:37 +0000
(13:10 +0200)
committer
Xerxes Rånby
<xerxes@zafena.se>
Mon, 12 Jul 2010 11:12:49 +0000
(13:12 +0200)
recipes/llvm/llvm-common.bb
patch
|
blob
|
history
diff --git
a/recipes/llvm/llvm-common.bb
b/recipes/llvm/llvm-common.bb
index
9c1a4e5
..
a2dad52
100644
(file)
--- 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}