summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0597be1cd8..04c87aabb3 100644
--- a/meta-oe/recipes-core/llvm/llvm.inc
+++ b/meta-oe/recipes-core/llvm/llvm.inc
@@ -132,7 +132,7 @@ FILES_${PN}-dev = "${bindir}/${LLVM_DIR} \
132 ${libdir}/${LLVM_DIR}/LLVMHello.so \ 132 ${libdir}/${LLVM_DIR}/LLVMHello.so \
133" 133"
134 134
135PACKAGES_DYNAMIC = "^libllvm-.*$" 135PACKAGES_DYNAMIC = "^libllvm${LLVM_RELEASE}-.*$"
136 136
137INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE} += "dev-so" 137INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE} += "dev-so"
138 138