aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.7_2.7.bb
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-06-28 14:34:46 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-06-30 09:31:10 +0200
commit06be7fc026eaa9e8d8cdec01f360ed2a4e5ff18d (patch)
tree9aaf3e653c087663d6f3ef92c655b041bc0312bc /recipes/llvm/llvm2.7_2.7.bb
parent3a0f681008689cfa70c6b7b1cd334fe5c2a231ea (diff)
downloadopenembedded-06be7fc026eaa9e8d8cdec01f360ed2a4e5ff18d.tar.gz
llvm.inc: Moved packages dynamic stuff into the general llvm.inc file.
Diffstat (limited to 'recipes/llvm/llvm2.7_2.7.bb')
-rw-r--r--recipes/llvm/llvm2.7_2.7.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb
index 2180c1be98..9ecd8bd8fe 100644
--- a/recipes/llvm/llvm2.7_2.7.bb
+++ b/recipes/llvm/llvm2.7_2.7.bb
@@ -9,27 +9,6 @@ SRC_URI = "\
file://BX_to_BLX.patch;patch=1 \
"
-EXTRA_OECMAKE += "\
- -DLLVM_TARGET_ARCH:STRING=${LLVM_ARCH} \
- -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \
- -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
- -DBUILD_SHARED_LIBS:BOOL=ON \
- "
-
-PACKAGES = " ${PN}-dev ${PN}-dbg ${PN}-doc "
-
-PACKAGES_DYNAMIC = "llvm-*"
-
-
-python populate_packages_prepend () {
- libllvm_libdir = bb.data.expand('${libdir}/', d)
-
- do_split_packages(d, libllvm_libdir, '^lib(.*)\.so$', 'libllvm-%s', 'Splited package for %s', allow_dirs=True)
-}
-
-
-FILES_${PN}-dev = "${includedir} ${bindir}/* ${libdir}/LLVMHello.so"
-
LLVM_RELEASE = "2.7"
SRC_URI[md5sum] = "ac322661f20e7d6c810b1869f886ad9b"