diff options
| -rw-r--r-- | recipes-containers/docker/docker.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc index 168d2965..eacaf7f4 100644 --- a/recipes-containers/docker/docker.inc +++ b/recipes-containers/docker/docker.inc | |||
| @@ -32,8 +32,9 @@ RDEPENDS_${PN} += "virtual/containerd virtual/runc" | |||
| 32 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" | 32 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" |
| 33 | 33 | ||
| 34 | inherit pkgconfig | 34 | inherit pkgconfig |
| 35 | PACKAGECONFIG ??= "" | 35 | PACKAGECONFIG ??= "docker-init" |
| 36 | PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" | 36 | PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" |
| 37 | PACKAGECONFIG[docker-init] = ",,,docker-init" | ||
| 37 | 38 | ||
| 38 | inherit systemd update-rc.d | 39 | inherit systemd update-rc.d |
| 39 | 40 | ||
