From 359eb5194c7023570477e71d2f576a0611fb539f Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 17 Dec 2012 14:32:42 +0200 Subject: gconf: add gconftool-2 native wrapper This is needed when sstate cache is fetched from another build server. In this case, the postinstall will fail because the backend libraries path will be from the build server. (From OE-Core rev: bba414bc9d14eb2d29b54c68259d13ddbe6567fa) Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/classes/gconf.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/gconf.bbclass') diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass index 38097bc37a..cc01bcad2a 100644 --- a/meta/classes/gconf.bbclass +++ b/meta/classes/gconf.bbclass @@ -15,7 +15,6 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL = "1" gconf_postinst() { if [ "x$D" != "x" ]; then - export GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 export GCONF_CONFIG_SOURCE="xml::$D${sysconfdir}/gconf/gconf.xml.defaults" else export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -- cgit v1.2.3-54-g00ecf