diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-21 16:41:47 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2011-12-21 21:07:29 +0100 |
commit | 3dfe9775bf13ee02b9f20fe61e7fabef0268a0e2 (patch) | |
tree | e1d0cab32df0a9ab7ddca72948bd9963b1f21b34 | |
parent | 49608df71bcb38799bfa9851b41caa916a62cd5c (diff) | |
download | meta-java-3dfe9775bf13ee02b9f20fe61e7fabef0268a0e2.tar.gz |
llvm.inc: add .a files to the dev package too
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
-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() { |