From e81ffda3b481f8cf10afb7dc2861f3ed9c3f543e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 2 Jun 2024 18:55:47 -0700 Subject: [PATCH] ostree: Append to UNKNOWN_CONFIGURE_OPT_IGNORE instead of override Ensures that predefinined values are repsected as well, since some of them might be needed by distro settings at global context Signed-off-by: Khem Raj --- meta-oe/recipes-extended/ostree/ostree_2024.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.6.bb b/meta-oe/recipes-extended/ostree/ostree_2024.6.bb index fcfc5401ec..7f30dbfc5a 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.6.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.6.bb @@ -28,7 +28,7 @@ S = "${WORKDIR}/libostree-${PV}" inherit autotools bash-completion gobject-introspection github-releases gtk-doc manpages pkgconfig ptest-gnome systemd -UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection" +UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-introspection --enable-introspection" # Workaround compile failure: # |../git/src/libotutil/zbase32.c:37:1: error: function returns an aggregate [-Werror=aggregate-return]