summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker-distribution/docker-distribution_git.bb4
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"
13PV = "v2.6.2" 13PV = "v2.6.2"
14S = "${WORKDIR}/git/src/github.com/docker/distribution" 14S = "${WORKDIR}/git/src/github.com/docker/distribution"
15 15
16GO_IMPORT = "import"
17
16inherit goarch 18inherit goarch
17inherit go 19inherit 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