mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
conmon: add dependency on libseccomp and seccomp to REQUIRED_DISTRO_FEATURES
* added with to v2.0.29 commit: 106cad5 seccomp: add support for seccomp notify * fixes: | src/seccomp_notify.c:9:10: fatal error: seccomp.h: No such file or directory | 9 | #include <seccomp.h> | | ^~~~~~~~~~~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
bbf7ddbe02
commit
5c1388998d
|
@ -4,7 +4,10 @@ HOMEPAGE = "https://github.com/containers/conmon"
|
|||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77"
|
||||
|
||||
DEPENDS = "glib-2.0 go-md2man-native"
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES ?= "seccomp"
|
||||
|
||||
DEPENDS = "glib-2.0 go-md2man-native libseccomp"
|
||||
|
||||
SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2"
|
||||
SRC_URI = "\
|
||||
|
|
Loading…
Reference in New Issue
Block a user