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:
d70aabf
)
llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build.
author
Stefan Schmidt
<stefan@buglabs.net>
Mon, 28 Feb 2011 15:16:30 +0000
(15:16 +0000)
committer
Stefan Schmidt
<stefan@buglabs.net>
Tue, 1 Mar 2011 10:50:20 +0000
(11:50 +0100)
This fixes a problem introduced by
ebd905685a339814c36bf658a8e58bf8f457f14e
Signed-off-by: Stefan Schmidt <stefan@buglabs.net>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/llvm/llvm.inc
patch
|
blob
|
history
diff --git
a/recipes/llvm/llvm.inc
b/recipes/llvm/llvm.inc
index
03ff61d
..
b53af6e
100644
(file)
--- a/
recipes/llvm/llvm.inc
+++ b/
recipes/llvm/llvm.inc
@@
-60,6
+60,8
@@
EXTRA_OECMAKE = "\
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DBUILD_SHARED_LIBS:BOOL=ON \
"
+# We need to reset this to avoid breakage as we build out of tree
+TOOLCHAIN_OPTIONS = ""
PACKAGES = "${PN} ${PN}-dev ${PN}-dbg ${PN}-doc"