From 8e66ab12fae2d477d0922f2be2c98b919c6beee8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 16 Sep 2020 23:30:54 -0400 Subject: go-build: refresh to latest runX commit Updating the go-build recipe to use the latest runX commit and sync with the main recipe. We also no longer need runc and recvtty so they are dropped from the recipe. Signed-off-by: Bruce Ashfield --- .../go/go-build/0001-build-use-instead-of-go.patch | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch') diff --git a/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch b/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch index 36d45b57..873d7ab4 100644 --- a/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch +++ b/recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch @@ -11,16 +11,16 @@ Signed-off-by: Bruce Ashfield gobuild/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/src/import/gobuild/Makefile b/src/import/gobuild/Makefile -index 694d9ce..149d573 100644 ---- a/src/import/gobuild/Makefile -+++ b/src/import/gobuild/Makefile -@@ -19,10 +19,10 @@ dep: ${GODEPPATHS} +Index: git/src/import/gobuild/Makefile +=================================================================== +--- git.orig/src/import/gobuild/Makefile ++++ git/src/import/gobuild/Makefile +@@ -19,10 +19,10 @@ ${GODEPPATHS}: mkdir -p ${GOSRC} -- GOPATH=${GOPATH} go get $(subst ${GOSRC}/,,$@) -+ GOPATH=${GOPATH} ${GO} get $(subst ${GOSRC}/,,$@) +- GOPATH=${GOPATH} go get -d $(subst ${GOSRC}/,,$@) ++ GOPATH=${GOPATH} ${GO} get -d $(subst ${GOSRC}/,,$@) ${BIN}: ${GODEPPATHS} $(filter %/$@.go, ${MAIN}) - GOPATH=${GOPATH} ${ARCH} go build $(filter %/$@.go, ${MAIN}) @@ -28,6 +28,3 @@ index 694d9ce..149d573 100644 clean: rm -f ${BIN} --- -2.19.1 - -- cgit v1.2.3-54-g00ecf