diff options
| author | Kai Kang <kai.kang@windriver.com> | 2023-09-14 11:22:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-13 21:41:28 -0700 |
| commit | dae677f7ce96dc73d168ef0606e5970eb1012b3c (patch) | |
| tree | 65818da6c992860d39434adc13ff0a8b382a390a | |
| parent | 56027584e9465152a4cd2682099091ee4edd67b0 (diff) | |
| download | meta-openembedded-dae677f7ce96dc73d168ef0606e5970eb1012b3c.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2023.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2023.5.bb b/meta-oe/recipes-extended/ostree/ostree_2023.5.bb index 3028c4c92a..bc465dd624 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2023.5.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2023.5.bb | |||
| @@ -28,6 +28,8 @@ S = "${WORKDIR}/libostree-${PV}" | |||
| 28 | 28 | ||
| 29 | inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd | 29 | inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd |
| 30 | 30 | ||
| 31 | COMPATIBLE_HOST:riscv32 = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'null', 'riscv32', d)}" | ||
| 32 | |||
| 31 | UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection" | 33 | UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection" |
| 32 | 34 | ||
| 33 | # Workaround compile failure: | 35 | # Workaround compile failure: |
