mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 21:51:16 +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[unwind] = "--with-libunwind,--without-libunwind,libunwind"
|
||||||
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux"
|
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST_riscv64 = "null"
|
||||||
|
COMPATIBLE_HOST_riscv32 = "null"
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
( cd ${S}; ./autogen.sh )
|
( cd ${S}; ./autogen.sh )
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user