mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 11:28:58 +00:00
gnome: set UNKNOWN_CONFIGURE_WHITELIST
This class disable introspection support using --enable-introspection=no but not all GNOME modules support introspection. This can cause unknown-configure-options QA warnings, so clarify the option by using --disable-introspection and add it to the sanity test whitelist. (From OE-Core rev: a97600330d626eb0ca75178a9011f1a63c8a29f3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
03ba78bef4
commit
3ccc65f6ee
@@ -1,3 +1,5 @@
|
||||
inherit gnomebase gtk-icon-cache gconf mime
|
||||
|
||||
EXTRA_OECONF += "--enable-introspection=no"
|
||||
EXTRA_OECONF += "--disable-introspection"
|
||||
|
||||
UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection"
|
||||
|
||||
Reference in New Issue
Block a user