summaryrefslogtreecommitdiffstats
path: root/recipes-test/gcovr/gcovr_git.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-11-02 19:17:38 -0400
committerScott Murray <scott.murray@konsulko.com>2021-11-03 18:34:00 +0000
commit88c424f8b8c78dfc5520ea9be1866027df4735b8 (patch)
treec0c7337d00ae28434e55cc23afd1042c1bec00c3 /recipes-test/gcovr/gcovr_git.bb
parent8635e7c6c160d06f2ba5a5a84324122d6588b891 (diff)
Update github.com git:// SRC_URIs
GitHub is dropping unauthenticated git protocol access in January 2022, per: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git While a workaround in the BitBake git fetcher is forthcoming, not specifying protocol=https for github.com git:// SRC_URIs will start resulting in warnings in Yocto 3.5/Kirkstone. To ease our upgrade path, go ahead and update our affected SRC_URIs. Note that this has been done by running the scripts/contrib/convert-srcuri.py script from latest poky, which also makes git branch specification explicit since the git fetcher is likely to require that in the future due to widespread switches from master to main branches. Bug-AGL: SPEC-4126 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibfa59ef83db75f95c4b47b28213b60d8cf19fba1 (cherry picked from commit 94a051785cdb588bc3a475a5490f1f286176d646)
Diffstat (limited to 'recipes-test/gcovr/gcovr_git.bb')
-rw-r--r--recipes-test/gcovr/gcovr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/gcovr/gcovr_git.bb b/recipes-test/gcovr/gcovr_git.bb
index 6da04cc5..5bad0a93 100644
--- a/recipes-test/gcovr/gcovr_git.bb
+++ b/recipes-test/gcovr/gcovr_git.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=221e634a1ceafe02ef74462cbff2fb16"
PV = "4.2+git${SRCPV}"
-SRC_URI = "git://github.com/gcovr/gcovr.git;protocol=https"
+SRC_URI = "git://github.com/gcovr/gcovr.git;protocol=https;branch=master"
SRCREV = "1bc72e3bb59b9296e962b350691732ddafbd3195"
S = "${WORKDIR}/git"