From 307f25c23efecd3861a9f8337806be9ca8b0b9f1 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\). (From OE-Core rev: dbc0eaf478feb3f752ae22fd184984494fc85d0a) Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-crosssdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/go/go-crosssdk.inc') diff --git a/meta/recipes-devtools/go/go-crosssdk.inc b/meta/recipes-devtools/go/go-crosssdk.inc index 471c75b3d5..f67e4b92a0 100644 --- a/meta/recipes-devtools/go/go-crosssdk.inc +++ b/meta/recipes-devtools/go/go-crosssdk.inc @@ -14,7 +14,7 @@ export CGO_ENABLED = "1" export CC_FOR_TARGET="${TARGET_PREFIX}gcc ${TARGET_CC_ARCH} --sysroot=${STAGING_DIR_TARGET}${SDKPATHNATIVE}" export CXX_FOR_TARGET="${TARGET_PREFIX}g++ ${TARGET_CC_ARCH} --sysroot=${STAGING_DIR_TARGET}${SDKPATHNATIVE}" export GO_INSTALL = "cmd" -CC = "${@d.getVar('BUILD_CC', True).strip()}" +CC = "${@d.getVar('BUILD_CC').strip()}" do_configure[noexec] = "1" -- cgit v1.2.3-54-g00ecf