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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 1eb24a51..c208a025 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -24,6 +24,7 @@ SRC_URI = "\
24 file://docker.service \ 24 file://docker.service \
25 file://docker.init \ 25 file://docker.init \
26 file://hi.Dockerfile \ 26 file://hi.Dockerfile \
27 file://context-use-golang.org-x-net-pkg-until-we-move-to-go.patch \
27 " 28 "
28 29
29# Apache-2.0 for docker 30# Apache-2.0 for docker
@@ -130,7 +131,6 @@ do_install() {
130 mkdir -p ${D}/${bindir} 131 mkdir -p ${D}/${bindir}
131 cp ${S}/bundles/latest/dynbinary-client/docker ${D}/${bindir}/docker 132 cp ${S}/bundles/latest/dynbinary-client/docker ${D}/${bindir}/docker
132 cp ${S}/bundles/latest/dynbinary-daemon/dockerd ${D}/${bindir}/dockerd 133 cp ${S}/bundles/latest/dynbinary-daemon/dockerd ${D}/${bindir}/dockerd
133 cp ${S}/bundles/latest/dynbinary-daemon/docker-proxy ${D}/${bindir}/docker-proxy
134 134
135 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then 135 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
136 install -d ${D}${systemd_unitdir}/system 136 install -d ${D}${systemd_unitdir}/system