summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2024.3.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.3.bb b/meta-oe/recipes-extended/ostree/ostree_2024.3.bb
index 07dedc8b81..158ec9bc23 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2024.3.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2024.3.bb
@@ -28,8 +28,6 @@ S = "${WORKDIR}/libostree-${PV}"
28 28
29inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd 29inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd
30 30
31COMPATIBLE_HOST:riscv32 = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'null', 'riscv32', d)}"
32
33UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection" 31UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection"
34 32
35# Workaround compile failure: 33# Workaround compile failure:
@@ -203,6 +201,7 @@ RDEPENDS:${PN}-ptest += " \
203 python3-pyyaml \ 201 python3-pyyaml \
204 ${@bb.utils.contains('PACKAGECONFIG', 'gjs', 'gjs', '', d)} \ 202 ${@bb.utils.contains('PACKAGECONFIG', 'gjs', 'gjs', '', d)} \
205" 203"
204RDEPENDS:${PN}-ptest:remove:riscv32 = "strace"
206RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-localedata-en-us" 205RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-localedata-en-us"
207 206
208RRECOMMENDS:${PN}:append:class-target = " kernel-module-overlay" 207RRECOMMENDS:${PN}:append:class-target = " kernel-module-overlay"