mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
66994bf37e
commit
fd4b46ce22
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user