mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
gnome: move introspection options to gnomebase
The gnome class is really a convenience class to include other classes, so move the introspection arguments into gnomebase.bbclass. (From OE-Core rev: d0bf0e5fd9c2cb18437ccca14b2f41d410aa832a) 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
012e1a4431
commit
27fc73496c
@@ -1,5 +1 @@
|
||||
inherit gnomebase gtk-icon-cache gconf mime
|
||||
|
||||
EXTRA_OECONF += "--disable-introspection"
|
||||
|
||||
UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection"
|
||||
|
||||
@@ -28,3 +28,6 @@ do_install_append() {
|
||||
rm -f ${D}${datadir}/applications/*.cache
|
||||
}
|
||||
|
||||
EXTRA_OECONF += "--disable-introspection"
|
||||
|
||||
UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection"
|
||||
|
||||
Reference in New Issue
Block a user