From 82aef1a33d8760b5f53018f9a1a9c18b0cf25e68 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 21 Feb 2018 10:09:43 +0100 Subject: [PATCH 1/2] [golang] update 1.9.2 to 1.9.4 Google says, you must upgrade. --- go.be0 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.be0 b/go.be0 index c28c35bf2..56e9a3abf 100755 --- a/go.be0 +++ b/go.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION go-1.9.2-1 +# BEE_VERSION go-1.9.4-0 SRCURL[0]="https://storage.googleapis.com/golang/go1.4-bootstrap-20170531.tar.gz" SRCURL[1]="https://redirector.gvt1.com/edgedl/go/go${PKGVERSION}.src.tar.gz" @@ -44,7 +44,7 @@ mee_build() { mee_install() { - # The binaries expect /scratch/local/bee-root/go/go-1.9.2-1/source to be copied or moved to /usr/lib/go + # The binaries expect /scratch/local/bee-root/go/go-1.9.4-0/source to be copied or moved to /usr/lib/go mkdir -p ${D}${BINDIR} cp -r ${S}/../bin/. ${D}${BINDIR} @@ -73,5 +73,4 @@ mee_install() { cp -r ${S}/../pkg/tool ${D}${LIBDIR}/go/pkg cp -r ${S}/../pkg/include ${D}${LIBDIR}/go/pkg cp -r ${S}/../pkg/linux_amd64 ${D}${LIBDIR}/go/pkg - } From 30768dfd498f7d3c29ae3a30d58124f03345fe44 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 21 Feb 2018 10:31:23 +0100 Subject: [PATCH 2/2] [golang] update from 1.9.4 to 1.10 Google says you must upgrade --- go.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.be0 b/go.be0 index 56e9a3abf..63b75f123 100755 --- a/go.be0 +++ b/go.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION go-1.9.4-0 +# BEE_VERSION go-1.10-0 SRCURL[0]="https://storage.googleapis.com/golang/go1.4-bootstrap-20170531.tar.gz" SRCURL[1]="https://redirector.gvt1.com/edgedl/go/go${PKGVERSION}.src.tar.gz" @@ -44,7 +44,7 @@ mee_build() { mee_install() { - # The binaries expect /scratch/local/bee-root/go/go-1.9.4-0/source to be copied or moved to /usr/lib/go + # The binaries expect /scratch/local/bee-root/go/go-1.10-0/source to be copied or moved to /usr/lib/go mkdir -p ${D}${BINDIR} cp -r ${S}/../bin/. ${D}${BINDIR}