diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-27 20:20:42 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-31 10:48:35 +0100 |
| commit | 4c42f1ee746c637c03d017a0b4d54c6a61273a37 (patch) | |
| tree | fd3cba99c8d20f4e2192384b5fe3dab4b5ae836b | |
| parent | f7735d5ee09c1653422509e13cba406248bc1dbf (diff) | |
| download | poky-4c42f1ee746c637c03d017a0b4d54c6a61273a37.tar.gz | |
compiler-rt: Add missing VER_SUFFIX to installation directory name
This helps building, pre-release snapshots e.g. -rc1 etc.
(From OE-Core rev: 98990b73849e5dc8a8af53f21ef6b922ef74b0d7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/clang/compiler-rt_git.bb | 2 |
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" | |||
| 56 | OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" | 56 | OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" |
| 57 | OECMAKE_SOURCEPATH = "${S}/llvm" | 57 | OECMAKE_SOURCEPATH = "${S}/llvm" |
| 58 | 58 | ||
| 59 | INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 59 | INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}" |
| 60 | INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}" | 60 | INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}" |
| 61 | 61 | ||
| 62 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \ | 62 | EXTRA_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" | |||
| 72 | OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" | 72 | OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" |
| 73 | OECMAKE_SOURCEPATH = "${S}/llvm" | 73 | OECMAKE_SOURCEPATH = "${S}/llvm" |
| 74 | 74 | ||
| 75 | INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" | 75 | INSTALL_VER ?= "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}${VER_SUFFIX}" |
| 76 | INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}" | 76 | INSTALL_VER:class-native = "${@oe.utils.trim_version("${PV}", 1)}" |
| 77 | 77 | ||
| 78 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \ | 78 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
