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 c83e438a40
commit 25dc2fc5e9

View File

@ -8,7 +8,7 @@ DEPENDS = "glib-2.0"
SRCREV = "7b3e303be8f1aea7e0d4a784c8e64a75c14756a4"
SRC_URI = "\
git://github.com/containers/conmon.git \
git://github.com/containers/conmon.git;branch=main \
"
PV = "2.0.18+git${SRCPV}"