summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb')
-rw-r--r--meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb4
1 files changed, 2 insertions, 2 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 207c45284..5473eefe7 100644
--- a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb
+++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb
@@ -26,7 +26,7 @@ inherit cmake
26EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF" 26EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF"
27 27
28# libunwind is not yet ported to RISCV 28# libunwind is not yet ported to RISCV
29COMPATIBLE_HOST_riscv32 = "null" 29COMPATIBLE_HOST:riscv32 = "null"
30COMPATIBLE_HOST_riscv64 = "null" 30COMPATIBLE_HOST:riscv64 = "null"
31 31
32BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"