aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-10-01 16:01:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-13 13:47:03 +0200
commite16d1f71301a80e5ea4891b077d5fee36a6354fa (patch)
tree3ef79e7ac840d684b98929b0c79186b7c21ce6bc /meta-oe
parent54d8915b29fbb7f96d83bba19ecf1a21b1ef6354 (diff)
downloadmeta-openembedded-e16d1f71301a80e5ea4891b077d5fee36a6354fa.tar.gz
llvm.inc: fix PACKAGES_DYNAMIC
* all dynamically created packages start with libllvm${LLVM_RELEASE}- libllvm${LLVM_RELEASE}-%s-dbg libllvm${LLVM_RELEASE}-%s libllvm${LLVM_RELEASE}-%s-staticdev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/llvm/llvm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc
index 26bac33105..e42f3d78f5 100644
--- a/meta-oe/recipes-core/llvm/llvm.inc
+++ b/meta-oe/recipes-core/llvm/llvm.inc
@@ -125,7 +125,7 @@ FILES_${PN}-dev = "${bindir}/${LLVM_DIR} \
${libdir}/${LLVM_DIR}/LLVMHello.so \
"
-PACKAGES_DYNAMIC = "^libllvm-.*$"
+PACKAGES_DYNAMIC = "^libllvm${LLVM_RELEASE}-.*$"
INSANE_SKIP_libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE} += "dev-so"