From 876b643700a5d923a709ec64217475240b3f87ce 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_2.0.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/conmon/conmon_2.0.11.bb b/recipes-containers/conmon/conmon_2.0.11.bb index a5bd5271..1f8e7b45 100644 --- a/recipes-containers/conmon/conmon_2.0.11.bb +++ b/recipes-containers/conmon/conmon_2.0.11.bb @@ -8,7 +8,7 @@ DEPENDS = "glib-2.0" SRCREV = "ff9d97a08d7a4b58267ac03719786e4e7258cecf" SRC_URI = "\ - git://github.com/containers/conmon.git \ + git://github.com/containers/conmon.git;branch=main \ " SRC_URI[md5sum] = "5c711911d766d76813333c3812277574" -- cgit v1.2.3-54-g00ecf