diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-16 23:30:54 -0400 | 
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-16 23:30:54 -0400 | 
| commit | 8e66ab12fae2d477d0922f2be2c98b919c6beee8 (patch) | |
| tree | 4b829142657152a3d5bfd0dc7cbd6f8b99e32afd /recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch | |
| parent | 2f2242522277c57fdb02a35b1d41771d41170b05 (diff) | |
| download | meta-virtualization-8e66ab12fae2d477d0922f2be2c98b919c6beee8.tar.gz | |
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch')
| -rw-r--r-- | recipes-devtools/go/go-build/0001-build-use-instead-of-go.patch | 17 | 
1 files changed, 7 insertions, 10 deletions
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 <bruce.ashfield@gmail.com> | |||
| 11 | gobuild/Makefile | 4 ++-- | 11 | gobuild/Makefile | 4 ++-- | 
| 12 | 1 file changed, 2 insertions(+), 2 deletions(-) | 12 | 1 file changed, 2 insertions(+), 2 deletions(-) | 
| 13 | 13 | ||
| 14 | diff --git a/src/import/gobuild/Makefile b/src/import/gobuild/Makefile | 14 | Index: git/src/import/gobuild/Makefile | 
| 15 | index 694d9ce..149d573 100644 | 15 | =================================================================== | 
| 16 | --- a/src/import/gobuild/Makefile | 16 | --- git.orig/src/import/gobuild/Makefile | 
| 17 | +++ b/src/import/gobuild/Makefile | 17 | +++ git/src/import/gobuild/Makefile | 
| 18 | @@ -19,10 +19,10 @@ dep: ${GODEPPATHS} | 18 | @@ -19,10 +19,10 @@ | 
| 19 | 19 | ||
| 20 | ${GODEPPATHS}: | 20 | ${GODEPPATHS}: | 
| 21 | mkdir -p ${GOSRC} | 21 | mkdir -p ${GOSRC} | 
| 22 | - GOPATH=${GOPATH} go get $(subst ${GOSRC}/,,$@) | 22 | - GOPATH=${GOPATH} go get -d $(subst ${GOSRC}/,,$@) | 
| 23 | + GOPATH=${GOPATH} ${GO} get $(subst ${GOSRC}/,,$@) | 23 | + GOPATH=${GOPATH} ${GO} get -d $(subst ${GOSRC}/,,$@) | 
| 24 | 24 | ||
| 25 | ${BIN}: ${GODEPPATHS} $(filter %/$@.go, ${MAIN}) | 25 | ${BIN}: ${GODEPPATHS} $(filter %/$@.go, ${MAIN}) | 
| 26 | - GOPATH=${GOPATH} ${ARCH} go build $(filter %/$@.go, ${MAIN}) | 26 | - GOPATH=${GOPATH} ${ARCH} go build $(filter %/$@.go, ${MAIN}) | 
| @@ -28,6 +28,3 @@ index 694d9ce..149d573 100644 | |||
| 28 | 28 | ||
| 29 | clean: | 29 | clean: | 
| 30 | rm -f ${BIN} | 30 | rm -f ${BIN} | 
| 31 | -- | ||
| 32 | 2.19.1 | ||
| 33 | |||
