From: Robert Yang Date: Wed, 1 Jan 2014 03:22:15 +0000 (+0800) Subject: gconf.bbclass: remove --disable-schemas-install X-Git-Tag: rev_ivi_2015_02_04~9810 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b523bf653ece4cad968b76b69bc384c723c979b8;p=scm%2Fbb%2Ftizen-distro.git gconf.bbclass: remove --disable-schemas-install 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 (From OE-Core rev: 84fa245b1d1e7935094e3b8a452d69461dc3dcbb) Signed-off-by: Robert Yang Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass index e9076b2..8ebb512 100644 --- a/meta/classes/gconf.bbclass +++ b/meta/classes/gconf.bbclass @@ -7,12 +7,6 @@ DEPENDS += "gconf gconf-native" export GCONF_SCHEMA_INSTALL_SOURCE = "xml:merged:${STAGING_DIR_NATIVE}${sysconfdir}/gconf/gconf.xml.defaults" 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" - gconf_postinst() { if [ "x$D" != "x" ]; then export GCONF_CONFIG_SOURCE="xml::$D${sysconfdir}/gconf/gconf.xml.defaults"