[poky] [patch] autotools: Override do_compile to specify V=1 if project uses AM_V_GEN
Khem Raj
raj.khem at gmail.com
Wed Mar 23 20:19:44 PDT 2011
On (23/03/11 18:30), Colin Walters wrote:
> Non-verbose logs are really annoying when trying to debug a build
> failure. A lot of projects are copying in the flag to use
> AM_SILENT_RULES which automake gained recently. We need to undo
> this.
>
> Implement this by overriding do_compile in autotools to look for
> its signature, and specify V=1 to make if we find it.
usually package which use silent-rules they have --disable-silent-rules
Did you try to pass this option ? May be try it with EXTRA_OECONF and
see if that helps
but if this patch it needed then ${MAKE} call should become oe_runmake
--
-Khem
More information about the poky
mailing list