Skip to content

Commit

Permalink
[golang] update 1.9.2 to 1.9.4
Browse files Browse the repository at this point in the history
Google says, you must upgrade.
  • Loading branch information
wwwutz committed Feb 21, 2018
1 parent 2bb24b8 commit 82aef1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.be0
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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

}

0 comments on commit 82aef1a

Please sign in to comment.