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:56:02 -0400 |
commit | d701b5cbf15b8c2d28baa5c93211bbff52f70d9a (patch) | |
tree | 0b32fc3ecaeb6e51106f04b238cb18da69868777 | |
parent | cd431b8f4498a77a800c19a857eb46717e7c71d4 (diff) | |
download | meta-virtualization-d701b5cbf15b8c2d28baa5c93211bbff52f70d9a.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.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/conmon/conmon_2.0.18.bb b/recipes-containers/conmon/conmon_2.0.18.bb index d0a57399..b5c229d5 100644 --- a/recipes-containers/conmon/conmon_2.0.18.bb +++ b/recipes-containers/conmon/conmon_2.0.18.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 go-md2man-native" | |||
8 | 8 | ||
9 | SRCREV = "0e155c83aa739ef0a0540ec9f9d265f57f68038b" | 9 | SRCREV = "0e155c83aa739ef0a0540ec9f9d265f57f68038b" |
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 | PV = "2.0.26+git${SRCPV}" | 14 | PV = "2.0.26+git${SRCPV}" |