mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ltrace: Do not build on riscv
Does not have riscv port yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
74a3ff28f5
commit
d7b31f2bf4
|
|
@ -38,6 +38,9 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
|
|||
PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind"
|
||||
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux"
|
||||
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
|
||||
do_configure_prepend () {
|
||||
( cd ${S}; ./autogen.sh )
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user