summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-12-21 16:56:25 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-22 13:45:25 +0100
commit5fd90b0bdc98e403fdb99c89ff6a51bc69c39c51 (patch)
treed3fbd0d78410fdeeb0f0b94558a829c5928fe4ae /recipes-core
parent85b69446da92ad119ced3353787fe57391006969 (diff)
downloadmeta-java-5fd90b0bdc98e403fdb99c89ff6a51bc69c39c51.tar.gz
llvm: put the arm-fenv patch from inc file to llvm2.9
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/llvm/llvm.inc2
-rw-r--r--recipes-core/llvm/llvm2.9_2.9.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index 383305b..c675c4d 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -29,8 +29,6 @@ DEPENDS_virtclass-native = "llvm-common-native cmake-native perl-native"
29 29
30SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" 30SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz"
31 31
32#SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch "
33
34S = "${WORKDIR}/llvm-${PV}" 32S = "${WORKDIR}/llvm-${PV}"
35 33
36inherit cmake perlnative 34inherit cmake perlnative
diff --git a/recipes-core/llvm/llvm2.9_2.9.bb b/recipes-core/llvm/llvm2.9_2.9.bb
index 5e5ca29..1af8737 100644
--- a/recipes-core/llvm/llvm2.9_2.9.bb
+++ b/recipes-core/llvm/llvm2.9_2.9.bb
@@ -1,5 +1,7 @@
1require llvm.inc 1require llvm.inc
2 2
3SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch "
4
3PARALLEL_MAKE_virtclass-native = "" 5PARALLEL_MAKE_virtclass-native = ""
4 6
5EXTRA_OECMAKE = "\ 7EXTRA_OECMAKE = "\