summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/conmon/conmon_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index 5c45ce04..e2f452c1 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -4,7 +4,10 @@ HOMEPAGE = "https://github.com/containers/conmon"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77"
6 6
7DEPENDS = "glib-2.0 go-md2man-native" 7inherit features_check
8REQUIRED_DISTRO_FEATURES ?= "seccomp"
9
10DEPENDS = "glib-2.0 go-md2man-native libseccomp"
8 11
9SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2" 12SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2"
10SRC_URI = "\ 13SRC_URI = "\