From 6e4938ecc83e84e490fab7d014a6d56f0b9d37ed Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 15 Aug 2017 18:38:01 +0200 Subject: snapd: make the go build verbose As OE generally hides the build output from the console it does not clutter the screen, however if something goes wrong the log file contains important debug info. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-support/snapd/snapd_2.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/snapd/snapd_2.25.bb b/recipes-support/snapd/snapd_2.25.bb index 8ea3364..1923e8a 100644 --- a/recipes-support/snapd/snapd_2.25.bb +++ b/recipes-support/snapd/snapd_2.25.bb @@ -52,7 +52,7 @@ do_compile() { ln -sf ${S} ${STAGING_LIBDIR}/${TARGET_SYS}/go/src/github.com/snapcore/snapd for d in snap snapd snap-exec snapctl; do - GOPATH=${STAGING_LIBDIR}/${TARGET_SYS}/go go build github.com/snapcore/snapd/cmd/$d + GOPATH=${STAGING_LIBDIR}/${TARGET_SYS}/go go build -x github.com/snapcore/snapd/cmd/$d done oe_runmake -- cgit v1.2.3