summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb2
-rw-r--r--meta/recipes-devtools/clang/compiler-rt_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
index 198942ec35..2ef206fba0 100644
--- a/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
+++ b/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
@@ -56,7 +56,7 @@ OECMAKE_TARGET_COMPILE = "compiler-rt"
56OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" 56OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers"
57OECMAKE_SOURCEPATH = "${S}/llvm" 57OECMAKE_SOURCEPATH = "${S}/llvm"
58 58
59INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 59INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}"
60INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}" 60INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}"
61 61
62EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \ 62EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \
diff --git a/meta/recipes-devtools/clang/compiler-rt_git.bb b/meta/recipes-devtools/clang/compiler-rt_git.bb
index c88000d33b..a2ab63eef5 100644
--- a/meta/recipes-devtools/clang/compiler-rt_git.bb
+++ b/meta/recipes-devtools/clang/compiler-rt_git.bb
@@ -72,7 +72,7 @@ OECMAKE_TARGET_COMPILE = "compiler-rt"
72OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" 72OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers"
73OECMAKE_SOURCEPATH = "${S}/llvm" 73OECMAKE_SOURCEPATH = "${S}/llvm"
74 74
75INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" 75INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}"
76INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}" 76INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}"
77 77
78EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \ 78EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \