mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
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 <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
eacc1c3128
commit
f964138a21
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
build*/
|
/build*/
|
||||||
pyshtables.py
|
pyshtables.py
|
||||||
*.swp
|
*.swp
|
||||||
*.orig
|
*.orig
|
||||||
|
|
|
@ -16,6 +16,10 @@ inherit go
|
||||||
inherit goarch
|
inherit goarch
|
||||||
inherit pkgconfig
|
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_IMPORT = "github.com/containers/buildah"
|
||||||
GO_INSTALL = "${GO_IMPORT}"
|
GO_INSTALL = "${GO_IMPORT}"
|
||||||
GO_WORKDIR = "${GO_INSTALL}"
|
GO_WORKDIR = "${GO_INSTALL}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user