[oe-commits] [openembedded-core] 09/12: meson: don't dump full error log on failure

git at git.openembedded.org git at git.openembedded.org
Wed Aug 1 21:41:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 96e687268682826b3fa0792488cc8aba56949d6e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jul 31 18:05:40 2018 +0100

    meson: don't dump full error log on failure
    
    If the configure fails then we don't really want to see hundreds of lines of
    test output (this would be similar to dumping out autoconf's config.log).  The
    error includes the path of the full log if further debugging is required.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/meson.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index 66c44e8..e3b4527 100644
--- a/meta/classes/meson.bbclass
+++ b/meta/classes/meson.bbclass
@@ -101,7 +101,6 @@ CONFIGURE_FILES = "meson.build"
 meson_do_configure() {
     bbnote Executing meson ${EXTRA_OEMESON}...
     if ! meson ${MESONOPTS} "${MESON_SOURCEPATH}" "${B}" ${MESON_CROSS_FILE} ${EXTRA_OEMESON}; then
-        cat ${B}/meson-logs/meson-log.txt
         bbfatal_log meson failed
     fi
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list