On 3 January 2014 17:27, Robert Yang <[email protected]> wrote: > Gnome has moved the schemas to the gsettings-desktop-schemas pkg, so > there is no --disable-schemas-install option any more, and we already > have the gsettings-desktop-schemas recipe, so remove it, it wil fix > the warning: > > configure was passed unrecognised options: --disable-schemas-install
I'd NAK this but it's too late as I see it's been merged. *Some* packages have migrated away from gconf to gsettings. Not all packages have done this, so anything still using gconf is now broken. Note that almost nothing in oe-core uses gsettings as we're still using the GTK+ 2 stack generally. The problem is that people are using gnome.bbclass which is a kitchen sink class, inheriting many other classes that may or may not be used. To resolve this warning gnome.bbclass should extend the sanity check whitelist with --disable-schemas-install as it is the class causing gconf.bbclass to be inherited on recipes that don't use gconf. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
