From 950b24b2d5fe454c9d3a9eab5691753067e4b7d0 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 20 Jun 2021 20:20:06 -0400 Subject: 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 --- recipes-containers/conmon/conmon_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index 74f5bfa3..974eb07e 100644 --- a/recipes-containers/conmon/conmon_git.bb +++ b/recipes-containers/conmon/conmon_git.bb @@ -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}" -- cgit v1.2.3-54-g00ecf