]> code.ossystems Code Review - openembedded-core.git/commit
gconf.bbclass: don't register schemas in the install stage
authorRoss Burton <ross.burton@intel.com>
Tue, 26 Jun 2012 10:10:23 +0000 (11:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jun 2012 14:03:01 +0000 (15:03 +0100)
commit741146fa90f28f7ce8d82ee7f7e254872d519724
treeadbe02f91c8fdabc44e236f10f7197467d8a3a3a
parent8394dda5f12157c88005a788cd35421f498c9b82
gconf.bbclass: don't register schemas in the install stage

Previously this was installing schemas in the sysroot, which is wrong for native
packages as nothing should touch the sysroot directly, and even more wrong for
non-native packages as the sysroot is irrelevant.

So, export the environment variable that stops the registration happening at
install time. The postinst script will handle the non-native case, and for the
sysroot I've opened #2648.  This isn't a massive problem as nothing to my
knowledge actually installs schemas to the sysroot.

[YOCTO #2245]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/gconf.bbclass