On 6 March 2014 00:06, Saul Wold <[email protected]> wrote: > [YOCTO #5905] > [YOCTO #5906] > [YOCTO #5907] > [YOCTO #5908] > [YOCTO #5909] > [YOCTO #5910] > [YOCTO #5911] > > Signed-off-by: Saul Wold <[email protected]> > --- > meta/classes/gconf.bbclass | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass > index e9076b2..0794ba7 100644 > --- a/meta/classes/gconf.bbclass > +++ b/meta/classes/gconf.bbclass > @@ -10,7 +10,6 @@ export GCONF_BACKEND_DIR = > "${STAGING_LIBDIR_NATIVE}/GConf/2" > # Disable install-time schema registration as we're a packaging system so > this > # happens in the postinst script, not at install time. Set both the > configure > # script option and the traditional envionment variable just to make sure. > -EXTRA_OECONF += "--disable-schemas-install" > export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL = "1"
NAK. It's only deprecated if a recipe migrated from gconf to (eg) gsettings. If they didn't, they this is still required. The fix for those bugs is to stop using gnome.bbclass as it pulls in *all* GNOME classes, and instead use gnomebase + any other relevant classes. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
