summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-30 11:21:19 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-30 11:21:19 -0400
commitfd4b46ce228119b81725e3655ee4ba49df18a51b (patch)
treee8ace972a88d7aab7c76a48f596994ee345640a3 /recipes-containers
parent66994bf37e6a94949f12fd3393f2f7e0927ded62 (diff)
downloadmeta-virtualization-fd4b46ce228119b81725e3655ee4ba49df18a51b.tar.gz
cri-o: add seccomp distro features check
Since seccomp depends on libseccomp, and seccomp is only available when the distro feature is enabled, we add the same dependency and distro feature check to this recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 10522193..5adef226 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -29,6 +29,9 @@ GO_IMPORT = "import"
29 29
30PV = "1.22.0+git${SRCREV_cri-o}" 30PV = "1.22.0+git${SRCREV_cri-o}"
31 31
32inherit features_check
33REQUIRED_DISTRO_FEATURES ?= "seccomp"
34
32DEPENDS = " \ 35DEPENDS = " \
33 glib-2.0 \ 36 glib-2.0 \
34 btrfs-tools \ 37 btrfs-tools \