On Thu, 2019-01-17 at 02:12 -0500, [email protected] wrote: > From: Kai Kang <[email protected]> > > Reset default value of DEBUG_PREFIX_MAP with '-fdebug-prefix-map'. > Specifying -fdebug-prefix-map is equivalent to specifying all the > individual -f*-prefix-map options which means including > -fmacro-prefix-map and -fdebug-prefix-map currently. Option > -fmacro-prefix-map helps to avoid buildpaths qa warnings which caused > by __FILE__ macro expansion for packages such as llvm and librepo. > > Signed-off-by: Kai Kang <[email protected]> > --- > meta/conf/bitbake.conf | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
I like the idea of the patch a lot. Unfortunately it causes an oe- selftest failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/131 in the go toolchain. oe-selftest -r gotoolchain.oeGoToolchainSelfTest.test_go_dep_build should reproduce. Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
