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:
Bruce Ashfield 2021-06-20 20:20:06 -04:00
parent 299c418144
commit 950b24b2d5

View File

@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 go-md2man-native"
SRCREV = "31614525ebc5fd9668a6e084b5638d71b903bf6d"
SRC_URI = "\
git://github.com/containers/conmon.git \
git://github.com/containers/conmon.git;branch=main \
"
PV = "2.0.28+git${SRCPV}"