mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
@@ -51,3 +51,6 @@ FILES:${PN} += " \
|
|||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${libdir}/libsysprof-6*.so.* \
|
${libdir}/libsysprof-6*.so.* \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Needs libunwind to be ported first
|
||||||
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user