summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-20 20:20:06 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-21 08:52:18 -0400
commit950b24b2d5fe454c9d3a9eab5691753067e4b7d0 (patch)
tree68848a6ef61925535400b1e9f9c2aad2b923b846 /recipes-containers
parent299c418144ea5bc4f7bd86b6fe0f7a23c8150823 (diff)
downloadmeta-virtualization-950b24b2d5fe454c9d3a9eab5691753067e4b7d0.tar.gz
conmon: add branch specification to SRC_URI
The upstream project switched from master to main, so we add an explicit branch specification to avoid fetch errors (as the deafult of master no longer works). Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/conmon/conmon_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index 74f5bfa3..974eb07e 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 go-md2man-native"
8 8
9SRCREV = "31614525ebc5fd9668a6e084b5638d71b903bf6d" 9SRCREV = "31614525ebc5fd9668a6e084b5638d71b903bf6d"
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/containers/conmon.git \ 11 git://github.com/containers/conmon.git;branch=main \
12" 12"
13 13
14PV = "2.0.28+git${SRCPV}" 14PV = "2.0.28+git${SRCPV}"