aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/conmon/conmon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/conmon/conmon_git.bb')
-rw-r--r--recipes-containers/conmon/conmon_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index b096d899..d7047ed0 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -9,17 +9,19 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
DEPENDS = "glib-2.0 go-md2man-native libseccomp"
-SRCREV = "e67bb4d9bb74424569b3b38943d13fe9e5dfcb20"
+SRCREV = "affab49967eb62f75d2a47398344ab053326289f"
SRC_URI = "\
git://github.com/containers/conmon.git;branch=main;protocol=https \
"
-PV = "2.0.30+git${SRCPV}"
+PV = "2.1.10+git"
S = "${WORKDIR}/git"
inherit pkgconfig
+export GOCACHE = "${B}/.cache"
+
EXTRA_OEMAKE = "PREFIX=${prefix} BINDIR=${bindir} LIBEXECDIR=${libexecdir}"
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"