diff options
author | Diego Sueiro <diego.sueiro@arm.com> | 2021-06-24 19:59:32 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-30 11:19:21 -0400 |
commit | dd3bc51e3f054b4b8dcf4ad9f374a543840c7303 (patch) | |
tree | bbaa12dab7916e43a9997d27c3d01754a6d1febc | |
parent | e0bf8958bb44764d1b8a764cb82b56b27b2ae8d4 (diff) | |
download | meta-virtualization-dd3bc51e3f054b4b8dcf4ad9f374a543840c7303.tar.gz |
podman: Add seccomp as REQUIRED_DISTRO_FEATURES
The libseccomp package is only available if seccomp is in DISTRO_FEATURES.
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 9dcb21c5..351f38b3 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -6,6 +6,9 @@ DESCRIPTION = "Podman is a daemonless container engine for developing, \ | |||
6 | `alias docker=podman`. \ | 6 | `alias docker=podman`. \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit features_check | ||
10 | REQUIRED_DISTRO_FEATURES ?= "seccomp" | ||
11 | |||
9 | DEPENDS = " \ | 12 | DEPENDS = " \ |
10 | go-metalinter-native \ | 13 | go-metalinter-native \ |
11 | go-md2man-native \ | 14 | go-md2man-native \ |