[meta-oe,dunfell,2/2] cli11: switch from default master branch to main to fix do_fetch failure

Message ID 20220404181938.2893521-2-akuster808@gmail.com
State New
Headers show
Series [meta-oe,dunfell,1/2] imagemagick: update SRC_URI branch from master to main | expand

Commit Message

akuster808 April 4, 2022, 6:19 p.m. UTC
From: Christian Ege <christian.ege@ifm.com>

The branch was renamed in the upstream repository

Signed-off-by: Christian Ege <christian.ege@ifm.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/cli11/cli11_1.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-oe/recipes-support/cli11/cli11_1.8.0.bb b/meta-oe/recipes-support/cli11/cli11_1.8.0.bb
index 9e1c2d6214..a49eab72fd 100644
--- a/meta-oe/recipes-support/cli11/cli11_1.8.0.bb
+++ b/meta-oe/recipes-support/cli11/cli11_1.8.0.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=b73927b18d5c6cd8d2ed28a6ad539733"
 SRCREV = "13becaddb657eacd090537719a669d66d393b8b2"
 PV .= "+git${SRCPV}"
 
-SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=master;protocol=https \
+SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \
             file://0001-Add-CLANG_TIDY-check.patch \
             file://0001-Use-GNUInstallDirs-instead-of-hard-coded-path.patch \
            "