summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/conmon/conmon_2.0.18.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/conmon/conmon_2.0.18.bb b/recipes-containers/conmon/conmon_2.0.18.bb
index c2c0fae4..d0a57399 100644
--- a/recipes-containers/conmon/conmon_2.0.18.bb
+++ b/recipes-containers/conmon/conmon_2.0.18.bb
@@ -4,14 +4,14 @@ 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" 7DEPENDS = "glib-2.0 go-md2man-native"
8 8
9SRCREV = "7b3e303be8f1aea7e0d4a784c8e64a75c14756a4" 9SRCREV = "0e155c83aa739ef0a0540ec9f9d265f57f68038b"
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/containers/conmon.git \ 11 git://github.com/containers/conmon.git \
12" 12"
13 13
14PV = "2.0.18+git${SRCPV}" 14PV = "2.0.26+git${SRCPV}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17