diff options
Diffstat (limited to 'recipes-containers/docker-distribution/docker-distribution_git.bb')
-rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index b8181c7a..07920b9f 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
@@ -23,7 +23,7 @@ EXTRA_OEMAKE="BUILDTAGS=''" | |||
23 | do_compile() { | 23 | do_compile() { |
24 | export GOARCH="${TARGET_GOARCH}" | 24 | export GOARCH="${TARGET_GOARCH}" |
25 | export GOPATH="${WORKDIR}/git/" | 25 | export GOPATH="${WORKDIR}/git/" |
26 | 26 | export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go" | |
27 | # Pass the needed cflags/ldflags so that cgo | 27 | # Pass the needed cflags/ldflags so that cgo |
28 | # can find the needed headers files and libraries | 28 | # can find the needed headers files and libraries |
29 | export CGO_ENABLED="1" | 29 | export CGO_ENABLED="1" |