diff --git a/.gitignore b/.gitignore index a61332ef..daeb43d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -build*/ +/build*/ pyshtables.py *.swp *.orig 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 inherit goarch inherit pkgconfig +# Rdepends on podman which needs seccomp and ipv6 +inherit features_check +REQUIRED_DISTRO_FEATURES = "seccomp ipv6" + GO_IMPORT = "github.com/containers/buildah" GO_INSTALL = "${GO_IMPORT}" GO_WORKDIR = "${GO_INSTALL}"