diff options
Diffstat (limited to 'recipes-core/llvm/llvm.inc')
-rw-r--r-- | recipes-core/llvm/llvm.inc | 3 |
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 | ||
30 | SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" | 30 | SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" |
31 | 31 | ||
32 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " | 32 | #SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " |
33 | 33 | ||
34 | S = "${WORKDIR}/llvm-${PV}" | 34 | S = "${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 | ||
109 | do_install() { | 110 | do_install() { |