From c879c637cd57641b1ff0381edd20d2d83b8e42eb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 23 Mar 2011 18:28:36 -0400 Subject: autotools: Pass --disable-silent-rules to configure 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 Signed-off-by: Richard Purdie --- meta/classes/autotools.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/autotools.bbclass') diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index bc891f94e7..7ebf833603 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -63,6 +63,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \ --oldincludedir=${oldincludedir} \ --infodir=${infodir} \ --mandir=${mandir} \ + --disable-silent-rules \ ${@append_libtool_sysroot(d)}" oe_runconf () { -- cgit v1.2.3-54-g00ecf