diff options
-rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index e2eac2ea..add5ce1d 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
@@ -13,6 +13,8 @@ PACKAGES =+ "docker-registry" | |||
13 | PV = "v2.6.2" | 13 | PV = "v2.6.2" |
14 | S = "${WORKDIR}/git/src/github.com/docker/distribution" | 14 | S = "${WORKDIR}/git/src/github.com/docker/distribution" |
15 | 15 | ||
16 | GO_IMPORT = "import" | ||
17 | |||
16 | inherit goarch | 18 | inherit goarch |
17 | inherit go | 19 | inherit go |
18 | 20 | ||
@@ -33,6 +35,8 @@ do_compile() { | |||
33 | export GO_GCFLAGS="" | 35 | export GO_GCFLAGS="" |
34 | export CGO_LDFLAGS="${BUILDSDK_LDFLAGS} --sysroot=${STAGING_DIR_TARGET}" | 36 | export CGO_LDFLAGS="${BUILDSDK_LDFLAGS} --sysroot=${STAGING_DIR_TARGET}" |
35 | 37 | ||
38 | cd ${S} | ||
39 | |||
36 | oe_runmake binaries | 40 | oe_runmake binaries |
37 | } | 41 | } |
38 | 42 | ||