diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-12-17 14:32:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:54:55 +0000 |
commit | 359eb5194c7023570477e71d2f576a0611fb539f (patch) | |
tree | 67e081a651d69b91ad2e2a568f3525185f1a1b88 /meta/classes | |
parent | 4606a8b1fb2c6c0f1e901b8069301c0264f57eee (diff) | |
download | poky-359eb5194c7023570477e71d2f576a0611fb539f.tar.gz |
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 <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gconf.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
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" | |||
15 | 15 | ||
16 | gconf_postinst() { | 16 | gconf_postinst() { |
17 | if [ "x$D" != "x" ]; then | 17 | if [ "x$D" != "x" ]; then |
18 | export GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 | ||
19 | export GCONF_CONFIG_SOURCE="xml::$D${sysconfdir}/gconf/gconf.xml.defaults" | 18 | export GCONF_CONFIG_SOURCE="xml::$D${sysconfdir}/gconf/gconf.xml.defaults" |
20 | else | 19 | else |
21 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` | 20 | export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` |