[OE-core] [PATCH 17/18] gconf: fix buildpaths QA issue

Burton, Ross ross.burton at intel.com
Fri Mar 18 16:28:00 UTC 2016


On 18 March 2016 at 09:01, Hongxu Jia <hongxu.jia at windriver.com> wrote:

> In ${S}/gconf/gconfd.c, we have:
> ...
>   /* -- Debug only */
>
>   if (addresses == NULL)
>     {
>       gconf_log(GCL_DEBUG, _("gconfd compiled with debugging; trying to
> load gconf.path from the source directory"));
>       conffile = g_strconcat(GCONF_SRCDIR, "/gconf/gconf.path", NULL);
>       addresses = gconf_load_source_path(conffile, NULL);
>       g_free(conffile);
>     }
>
>   /* -- End of Debug Only */
>

This seems like a lot of effort to remove a build path from the binaries.
Can we just disable the debugging support instead?  GConf is effectively
unmaintained these days anyway.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160318/545b9ecc/attachment-0002.html>


More information about the Openembedded-core mailing list