On 7/14/21 5:25 AM, Alexander Kanavin wrote:
Assembling PV from bits is too clever for devtool; but it can be
done in the opposite direction.

Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com>
---
  meta/recipes-devtools/llvm/llvm_git.bb | 8 +++-----
  1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-devtools/llvm/llvm_git.bb 
b/meta/recipes-devtools/llvm/llvm_git.bb
index 8a5d3dc9bf..de79adc410 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -19,11 +19,9 @@ inherit cmake pkgconfig
PROVIDES += "llvm${PV}" -MAJOR_VERSION = "12"
-MINOR_VERSION = "0"
-PATCH_VERSION = "0"
+PV = "12.0.0"

may be rename the recipe to have PV instead of _git as well, while here
-PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
+MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
LLVM_RELEASE = "${PV}"
  LLVM_DIR = "llvm${LLVM_RELEASE}"
@@ -178,7 +176,7 @@ FILES_${PN}-llvmhello = "\
  FILES_${PN}-dev += " \
      ${libdir}/${LLVM_DIR}/llvm-config \
      ${libdir}/${LLVM_DIR}/libRemarks.so \
-    
${libdir}/${LLVM_DIR}/libLLVM-${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}.so
 \
+    ${libdir}/${LLVM_DIR}/libLLVM-${PV}.so \
  "
FILES_${PN}-staticdev += "\





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#153856): 
https://lists.openembedded.org/g/openembedded-core/message/153856
Mute This Topic: https://lists.openembedded.org/mt/84200117/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to