From f964138a214566945a7e902ca2b063ed5c4eec7b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 1 Apr 2023 14:15:13 +0200 Subject: buildah: add seccomp and ipv6 to REQUIRED_DISTRO_FEATURES * because it rdepends on podman with the same restriction * BTW: .gitignore has: build*/ which gets triggered for buildah as well: meta-virtualization $ git add ./recipes-containers/buildah/buildah_git.bb The following paths are ignored by one of your .gitignore files: recipes-containers/buildah I've adjusted it to /build*/ only. Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a61332ef..daeb43d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -build*/ +/build*/ pyshtables.py *.swp *.orig -- cgit v1.2.3-54-g00ecf