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

2016-03-19 Thread Hongxu Jia
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 =

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

2016-03-19 Thread Hongxu Jia
On 03/19/2016 12:28 AM, Burton, Ross wrote: On 18 March 2016 at 09:01, Hongxu Jia > wrote: In ${S}/gconf/gconfd.c, we have: ... /* -- Debug only */ if (addresses == NULL) { gconf_log(GCL_DEBUG, _("gconfd compiled with debu

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

2016-03-18 Thread Burton, Ross
On 18 March 2016 at 09:01, Hongxu Jia 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_strconc