autotools: Pass --disable-silent-rules to configure
authorColin Walters <walters@verbum.org>
Wed, 23 Mar 2011 22:28:36 +0000 (18:28 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Apr 2011 17:12:20 +0000 (10:12 -0700)
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.

We'll get a warning from configure if it's not recognized, but that's
fine.

(From OE-Core rev: 86a760d8b573cfffaf1ac633fcffdfec748663cb)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass

index bc891f9..7ebf833 100644 (file)
@@ -63,6 +63,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
                  --oldincludedir=${oldincludedir} \
                  --infodir=${infodir} \
                  --mandir=${mandir} \
+                 --disable-silent-rules \
                  ${@append_libtool_sysroot(d)}"
 
 oe_runconf () {