From dbc0eaf478feb3f752ae22fd184984494fc85d0a Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 24 Sep 2017 06:03:49 +0200 Subject: meta: drop True option to getVar calls Search made with the following regex: getVar ?\((.*), True\). Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-target.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/go/go-target.inc') diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index 6065c3c80d..b9689c03c4 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc @@ -25,7 +25,7 @@ do_configure[noexec] = "1" do_compile() { export GOBIN="${B}/bin" - export CC="${@d.getVar('BUILD_CC', True).strip()}" + export CC="${@d.getVar('BUILD_CC').strip()}" rm -rf ${GOBIN} ${B}/pkg mkdir ${GOBIN} -- cgit v1.2.3