mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 22:39:29 +00:00
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 <raj.khem@gmail.com>
This commit is contained in:
parent
ca28badd14
commit
e81ffda3b4
@ -28,7 +28,7 @@ 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
|
||||||
|
|
||||||
UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection"
|
UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-introspection --enable-introspection"
|
||||||
|
|
||||||
# Workaround compile failure:
|
# Workaround compile failure:
|
||||||
# |../git/src/libotutil/zbase32.c:37:1: error: function returns an aggregate [-Werror=aggregate-return]
|
# |../git/src/libotutil/zbase32.c:37:1: error: function returns an aggregate [-Werror=aggregate-return]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user