From d701b5cbf15b8c2d28baa5c93211bbff52f70d9a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 20 Jun 2021 20:20:06 -0400 Subject: [PATCH] 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_2.0.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" SRCREV = "0e155c83aa739ef0a0540ec9f9d265f57f68038b" SRC_URI = "\ - git://github.com/containers/conmon.git \ + git://github.com/containers/conmon.git;branch=main \ " PV = "2.0.26+git${SRCPV}"