summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/llvm/llvm.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index cbb43ff..383305b 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -29,7 +29,7 @@ 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
32SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " 32#SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch "
33 33
34S = "${WORKDIR}/llvm-${PV}" 34S = "${WORKDIR}/llvm-${PV}"
35 35
@@ -104,6 +104,7 @@ FILES_${PN}-dev = " \
104 ${bindir}/* \ 104 ${bindir}/* \
105 ${libdir}/llvm${LLVM_RELEASE}/LLVMHello.so \ 105 ${libdir}/llvm${LLVM_RELEASE}/LLVMHello.so \
106 ${libdir}/llvm${LLVM_RELEASE}/BugpointPasses.so \ 106 ${libdir}/llvm${LLVM_RELEASE}/BugpointPasses.so \
107 ${libdir}/llvm${LLVM_RELEASE}/*.a \
107 " 108 "
108 109
109do_install() { 110do_install() {