diff options
| -rw-r--r-- | recipes-containers/docker/docker_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index ba9e0612..009fe9fe 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb | |||
| @@ -65,8 +65,8 @@ RDEPENDS_${PN} = "curl aufs-util git util-linux iptables \ | |||
| 65 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \ | 65 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \ |
| 66 | " | 66 | " |
| 67 | RDEPENDS_${PN} += "containerd runc" | 67 | RDEPENDS_${PN} += "containerd runc" |
| 68 | RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" | 68 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" |
| 69 | RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat" | 69 | RSUGGESTS_${PN} = "lxc docker-registry rt-tests" |
| 70 | DOCKER_PKG="github.com/docker/docker" | 70 | DOCKER_PKG="github.com/docker/docker" |
| 71 | 71 | ||
| 72 | do_configure[noexec] = "1" | 72 | do_configure[noexec] = "1" |
