summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker/docker_git.bb')
-rw-r--r--recipes-containers/docker/docker_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 46714fef..69c45ae3 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -37,7 +37,7 @@ S = "${WORKDIR}/git"
37DOCKER_VERSION = "1.6.2" 37DOCKER_VERSION = "1.6.2"
38PV = "${DOCKER_VERSION}+git${SRCREV}" 38PV = "${DOCKER_VERSION}+git${SRCREV}"
39 39
40DEPENDS = "go-cross \ 40DEPENDS = "go-cross-1.3 \
41 go-cli \ 41 go-cli \
42 go-pty \ 42 go-pty \
43 go-context \ 43 go-context \
@@ -66,6 +66,8 @@ do_configure() {
66} 66}
67 67
68do_compile() { 68do_compile() {
69 export PATH=${STAGING_BINDIR_NATIVE}/${HOST_SYS}/go-1.3:$PATH
70
69 export GOARCH="${TARGET_ARCH}" 71 export GOARCH="${TARGET_ARCH}"
70 # supported amd64, 386, arm 72 # supported amd64, 386, arm
71 if [ "${TARGET_ARCH}" = "x86_64" ]; then 73 if [ "${TARGET_ARCH}" = "x86_64" ]; then