diff options
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm.inc | 2 |
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 | ||
135 | PACKAGES_DYNAMIC = "^libllvm-.*$" | 135 | PACKAGES_DYNAMIC = "^libllvm${LLVM_RELEASE}-.*$" |
136 | 136 | ||
137 | INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE} += "dev-so" | 137 | INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE} += "dev-so" |
138 | 138 | ||