From: Martin Jansa <[email protected]> * 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 <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> Signed-off-by: Chen Qi <[email protected]> --- .gitignore | 2 +- recipes-containers/buildah/buildah_git.bb | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 9e074415..1c33291a 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}" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9106): https://lists.yoctoproject.org/g/meta-virtualization/message/9106 Mute This Topic: https://lists.yoctoproject.org/mt/110749643/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
