aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ege <christian.ege@ifm.com>2022-03-31 09:39:58 +0200
committerArmin Kuster <akuster808@gmail.com>2022-04-18 07:37:42 -0700
commit717b8b9286792049a1aa8b3442d3f61b7f3a5174 (patch)
tree5ef47a78ac04a3eeada58b73aad7d16cdf0f7b22
parent17ee7b034820adac42a36979377306347e7542f6 (diff)
downloadmeta-openembedded-717b8b9286792049a1aa8b3442d3f61b7f3a5174.tar.gz
cli11: switch from default master branch to main to fix do_fetch failure
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>
-rw-r--r--meta-oe/recipes-support/cli11/cli11_1.8.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \
"