From e64f378b93e6fed8f5e8a019e1c4a82bdad4fe0c Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sun, 1 Jan 2017 22:21:20 +0000 Subject: Remove True option to getVar calls getVar() now defaults to expanding by default. Signed-off-by: Paul Barker Signed-off-by: Bruce Ashfield --- recipes-devtools/go-cross/go-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/go-cross/go-cross.inc b/recipes-devtools/go-cross/go-cross.inc index 31749878..0859fd00 100644 --- a/recipes-devtools/go-cross/go-cross.inc +++ b/recipes-devtools/go-cross/go-cross.inc @@ -17,7 +17,7 @@ export GOROOT_FINAL = "${libdir}/go" export CGO_ENABLED = "1" export CC_FOR_TARGET="${TARGET_PREFIX}gcc ${TARGET_CC_ARCH} --sysroot=${STAGING_DIR_TARGET}" export CXX_FOR_TARGET="${TARGET_PREFIX}g++ ${TARGET_CC_ARCH} --sysroot=${STAGING_DIR_TARGET}" -CC = "${@d.getVar('BUILD_CC', True).strip()}" +CC = "${@d.getVar('BUILD_CC').strip()}" do_configure[noexec] = "1" -- cgit v1.2.3-54-g00ecf