On 20 October 2014 10:19, Chong Lu <[email protected]> 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
