mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
inherit gnomebase gtk-icon-cache gconf mime
|
|
|
|
EXTRA_OECONF += "--disable-introspection"
|
|
|
|
UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection"
|