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

Hongxu Jia hongxu.jia at windriver.com
Sat Mar 19 09:09:25 UTC 2016


On 03/19/2016 12:28 AM, Burton, Ross wrote:
>
> On 18 March 2016 at 09:01, Hongxu Jia <hongxu.jia at windriver.com 
> <mailto: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.
>

Of course yes, I will update it to disable debug support

//Hongxu

> Ross

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160319/32dd0ab0/attachment-0002.html>


More information about the Openembedded-core mailing list