mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
cd431b8f44
commit
d701b5cbf1
|
@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 go-md2man-native"
|
|||
|
||||
SRCREV = "0e155c83aa739ef0a0540ec9f9d265f57f68038b"
|
||||
SRC_URI = "\
|
||||
git://github.com/containers/conmon.git \
|
||||
git://github.com/containers/conmon.git;branch=main \
|
||||
"
|
||||
|
||||
PV = "2.0.26+git${SRCPV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user