mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
ostree: not compatible with riscv32 when ptest enabled
ostree-ptest rdepends on strace which is not compatible with riscv32. So when ptest is enabled, set ostree not compatible with riscv32. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,6 +28,8 @@ S = "${WORKDIR}/libostree-${PV}"
|
|||||||
|
|
||||||
inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd
|
inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd
|
||||||
|
|
||||||
|
COMPATIBLE_HOST:riscv32 = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'null', 'riscv32', d)}"
|
||||||
|
|
||||||
UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection"
|
UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection"
|
||||||
|
|
||||||
# Workaround compile failure:
|
# Workaround compile failure:
|
||||||
|
|||||||
Reference in New Issue
Block a user