mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
@@ -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 )
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user