summaryrefslogtreecommitdiffstats
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:57:04 -0400
commit876b643700a5d923a709ec64217475240b3f87ce (patch)
tree66ebc7d9a9b20094b0130c6296f15dc7a4af754c
parent8be0bc1480e649b2df5f9f8e87e01c5acbe61182 (diff)
downloadmeta-virtualization-876b643700a5d923a709ec64217475240b3f87ce.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>
-rw-r--r--recipes-containers/conmon/conmon_2.0.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/conmon/conmon_2.0.11.bb b/recipes-containers/conmon/conmon_2.0.11.bb
index a5bd5271..1f8e7b45 100644
--- a/recipes-containers/conmon/conmon_2.0.11.bb
+++ b/recipes-containers/conmon/conmon_2.0.11.bb
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0"
8 8
9SRCREV = "ff9d97a08d7a4b58267ac03719786e4e7258cecf" 9SRCREV = "ff9d97a08d7a4b58267ac03719786e4e7258cecf"
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/containers/conmon.git \ 11 git://github.com/containers/conmon.git;branch=main \
12" 12"
13 13
14SRC_URI[md5sum] = "5c711911d766d76813333c3812277574" 14SRC_URI[md5sum] = "5c711911d766d76813333c3812277574"