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>
This commit is contained in:
Bruce Ashfield 2021-06-30 11:21:19 -04:00
parent 66994bf37e
commit fd4b46ce22

View File

@ -29,6 +29,9 @@ GO_IMPORT = "import"
PV = "1.22.0+git${SRCREV_cri-o}"
inherit features_check
REQUIRED_DISTRO_FEATURES ?= "seccomp"
DEPENDS = " \
glib-2.0 \
btrfs-tools \