diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-11 12:00:22 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-11 08:35:04 -0700 |
commit | 004577f53cddb773aaa0f6ba030ffe2182a9b760 (patch) | |
tree | 8a8324d3b12d99278880c84606c4c0086e0afc41 | |
parent | 2a0b7b4aac6fd2561d9728dbc69ad02c4ec0f6ef (diff) | |
download | meta-openembedded-004577f53cddb773aaa0f6ba030ffe2182a9b760.tar.gz |
heaptrack: Allow to build with CMake 4+
Upstream is inactive, so use the 'minimum policy version' override.
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb index 3aca51ee3e..6896daf836 100644 --- a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb +++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb | |||
@@ -22,7 +22,9 @@ SRCREV = "bc9e3744bcc47de978673d1e382f4125a1ab5fa8" | |||
22 | 22 | ||
23 | inherit cmake | 23 | inherit cmake |
24 | 24 | ||
25 | EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF" | 25 | EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF \ |
26 | -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ | ||
27 | " | ||
26 | 28 | ||
27 | # libunwind is not yet ported to RISCV | 29 | # libunwind is not yet ported to RISCV |
28 | COMPATIBLE_HOST:riscv32 = "null" | 30 | COMPATIBLE_HOST:riscv32 = "null" |