From 277162917331b235863eec31cbe82c101f0e4efe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 7 Mar 2019 16:10:56 -0800 Subject: go-1.9: Drop the recipes We now have 1.11 and 1.12 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-cross-canadian_1.9.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta/recipes-devtools/go/go-cross-canadian_1.9.bb (limited to 'meta/recipes-devtools/go/go-cross-canadian_1.9.bb') diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.9.bb b/meta/recipes-devtools/go/go-cross-canadian_1.9.bb deleted file mode 100644 index 367a967056..0000000000 --- a/meta/recipes-devtools/go/go-cross-canadian_1.9.bb +++ /dev/null @@ -1,12 +0,0 @@ -require go-cross-canadian.inc -require go-${PV}.inc - -export GOHOSTOS_CROSS = "${HOST_GOOS}" -export GOHOSTARCH_CROSS = "${HOST_GOARCH}" -export CC_FOR_TARGET = "${HOST_PREFIX}gcc --sysroot=${STAGING_DIR_HOST}${SDKPATHNATIVE} ${SECURITY_NOPIE_CFLAGS}" -export CXX_FOR_TARGET = "${HOST_PREFIX}g++ --sysroot=${STAGING_DIR_HOST}${SDKPATHNATIVE} ${SECURITY_NOPIE_CFLAGS}" - -do_compile_prepend() { - export GOBIN="${B}/bin" - export TMPDIR="$GOTMPDIR" -} -- cgit 1.2.3-korg