summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-30 22:09:18 -0700
committerKhem Raj <raj.khem@gmail.com>2025-10-30 22:13:44 -0700
commite37675cdd5909a5fc79613c7743a54da94f795dc (patch)
tree5b794aef58b04fae792b633e010ddfbb7f3e8e1f
parent62202e2f694037b990ea82059376f4d50608be82 (diff)
downloadmeta-openembedded-e37675cdd5909a5fc79613c7743a54da94f795dc.tar.gz
sysprof: Disable on riscv32
it needs libunwind to build which is not yet ported to riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb
index f8475e0372..aee2dd84ae 100644
--- a/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb
+++ b/meta-gnome/recipes-gnome/sysprof/sysprof_48.1.bb
@@ -51,3 +51,6 @@ FILES:${PN} += " \
51 ${datadir}/metainfo \ 51 ${datadir}/metainfo \
52 ${libdir}/libsysprof-6*.so.* \ 52 ${libdir}/libsysprof-6*.so.* \
53" 53"
54
55# Needs libunwind to be ported first
56COMPATIBLE_HOST:riscv32 = "null"