diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-10-30 22:09:18 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-30 22:13:44 -0700 |
| commit | e37675cdd5909a5fc79613c7743a54da94f795dc (patch) | |
| tree | 5b794aef58b04fae792b633e010ddfbb7f3e8e1f | |
| parent | 62202e2f694037b990ea82059376f4d50608be82 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 56 | COMPATIBLE_HOST:riscv32 = "null" | ||
