[OE-core] [PATCH V2 1/1] gconf: fix multilib conflict - org.gnome.GConf.service

Burton, Ross ross.burton at intel.com
Mon Oct 20 12:31:39 UTC 2014


On 20 October 2014 10:19, Chong Lu <Chong.Lu at windriver.com> wrote:
> The data file is different between bit-32 and bit-64 environment.

And the data file is specific to the daemon, and you only want that
installed once.  Two gconf daemons will attempt to write the same data
file, resulting in corruption.

What I meant is this:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=ross/gconf&id=fac86eb3f86618f109e3797422aae53d9c8d3b30.
Package the client-side libraries into a separate package, so you can
have gconfd, libgconf, and lib32-libgconf installed at once.  Both
client libraries will talk over DBus to the single gconfd binary.

(untested, and needs upgrade path dependencies added)

Ross



More information about the Openembedded-core mailing list