From e16d1f71301a80e5ea4891b077d5fee36a6354fa Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 1 Oct 2015 16:01:38 +0200 Subject: 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 --- meta-oe/recipes-core/llvm/llvm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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" -- cgit 1.2.3-korg