On 23 August 2016 at 08:25, Jérémy Rosen <[email protected]> wrote:
> Signed-off-by: Jérémy Rosen <[email protected]> > Did you test this patch with a totally clean build directory? ross@flashheart ~/Yocto/poky/boofo (mut %) $ bitbake m4 ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Please install the following missing utilities: C Compiler (gcc ),C++ Compiler (g++ ) I think this is because BUILD_CC by default contains whitespace, and bb.utils.which looks for "gcc ". I added a strip() to check_app_exists and it passed, so can you please verify that your series doesn't regress when BUILD_CC isn't overridden? Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
