aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-10-01 16:01:38 +0200
committerArmin Kuster <akuster808@gmail.com>2015-10-16 12:06:44 -0700
commit511cdb8182b29e397d11a05b2dec5b8c6e828051 (patch)
tree1b023a901fa3d0889b783972e4805053fcfb91b7
parent50eeccb2ecb1534a48edf65ab984ebc113f1e2c0 (diff)
downloadmeta-openembedded-511cdb8182b29e397d11a05b2dec5b8c6e828051.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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"