summaryrefslogtreecommitdiffstats
path: root/recipes-containers/buildah
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/buildah')
-rw-r--r--recipes-containers/buildah/buildah_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 3c17c98c..8c6b8f3b 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -16,6 +16,10 @@ inherit go
16inherit goarch 16inherit goarch
17inherit pkgconfig 17inherit pkgconfig
18 18
19# Rdepends on podman which needs seccomp and ipv6
20inherit features_check
21REQUIRED_DISTRO_FEATURES = "seccomp ipv6"
22
19GO_IMPORT = "github.com/containers/buildah" 23GO_IMPORT = "github.com/containers/buildah"
20GO_INSTALL = "${GO_IMPORT}" 24GO_INSTALL = "${GO_IMPORT}"
21GO_WORKDIR = "${GO_INSTALL}" 25GO_WORKDIR = "${GO_INSTALL}"