diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-20 20:20:06 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-21 08:57:04 -0400 |
commit | 876b643700a5d923a709ec64217475240b3f87ce (patch) | |
tree | 66ebc7d9a9b20094b0130c6296f15dc7a4af754c | |
parent | 8be0bc1480e649b2df5f9f8e87e01c5acbe61182 (diff) | |
download | meta-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.bb | 2 |
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 | ||
9 | SRCREV = "ff9d97a08d7a4b58267ac03719786e4e7258cecf" | 9 | SRCREV = "ff9d97a08d7a4b58267ac03719786e4e7258cecf" |
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/containers/conmon.git \ | 11 | git://github.com/containers/conmon.git;branch=main \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "5c711911d766d76813333c3812277574" | 14 | SRC_URI[md5sum] = "5c711911d766d76813333c3812277574" |