mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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>
This commit is contained in:
parent
2a0b7b4aac
commit
004577f53c
|
|
@ -22,7 +22,9 @@ SRCREV = "bc9e3744bcc47de978673d1e382f4125a1ab5fa8"
|
|||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF"
|
||||
EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
"
|
||||
|
||||
# libunwind is not yet ported to RISCV
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user