From 4fd749ca6450a4870be1c1e13802f084b6eb0db6 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sun, 4 Mar 2018 13:09:25 -0800 Subject: go: update go 1.9 -> go 1.10 * Patches and recipes reworked for go 1.10's significant changes to its bootstrap and build steps. * Update go1.4 source tarball used for go-native bootstrapping to the version recommended in the current go documentation * Remove test data from installed sources to eliminate some packaging QA warnings * Set GOCACHE to 'off' to disable 1.10's build caching in the go recipes and bbclass * Update go_do_compile to compile both static and dynamic objects dynamic linking is in use, since go1.10's build tool is pickier about this Signed-off-by: Matt Madison Signed-off-by: Ross Burton --- meta/recipes-devtools/go/go-native_1.10.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/recipes-devtools/go/go-native_1.10.bb (limited to 'meta/recipes-devtools/go/go-native_1.10.bb') diff --git a/meta/recipes-devtools/go/go-native_1.10.bb b/meta/recipes-devtools/go/go-native_1.10.bb new file mode 100644 index 0000000000..bbf3c0dd73 --- /dev/null +++ b/meta/recipes-devtools/go/go-native_1.10.bb @@ -0,0 +1,2 @@ +require ${PN}.inc +require go-${PV}.inc -- cgit 1.2.3-korg