diff options
| -rw-r--r-- | recipes-containers/docker/docker.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc index 8aabd154..2abca502 100644 --- a/recipes-containers/docker/docker.inc +++ b/recipes-containers/docker/docker.inc | |||
| @@ -36,11 +36,15 @@ GO_IMPORT = "import" | |||
| 36 | S = "${WORKDIR}/git" | 36 | S = "${WORKDIR}/git" |
| 37 | 37 | ||
| 38 | 38 | ||
| 39 | |||
| 39 | inherit systemd update-rc.d | 40 | inherit systemd update-rc.d |
| 40 | inherit go | 41 | inherit go |
| 41 | inherit goarch | 42 | inherit goarch |
| 42 | inherit pkgconfig | 43 | inherit pkgconfig |
| 43 | 44 | ||
| 45 | REQUIRED_DISTRO_FEATURES ?= "seccomp ipv6" | ||
| 46 | inherit features_check | ||
| 47 | |||
| 44 | do_configure[noexec] = "1" | 48 | do_configure[noexec] = "1" |
| 45 | 49 | ||
| 46 | # Export for possible use in Makefiles, default value comes from go.bbclass | 50 | # Export for possible use in Makefiles, default value comes from go.bbclass |
