summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-11-02 19:17:38 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-03 17:46:20 +0000
commit94a051785cdb588bc3a475a5490f1f286176d646 (patch)
treefbd837d8e6fd36bc10017e2bec70700d9cda1f24 /recipes-qt
parente82b00a13a62499fdbca9505daaa69b35bf2f77d (diff)
Update github.com git:// SRC_URIsmarlin_12.90.1marlin/12.90.112.90.1
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
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt-qrcode/qt-qrcode_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt-qrcode/qt-qrcode_git.bb b/recipes-qt/qt-qrcode/qt-qrcode_git.bb
index fcc71390..52f24685 100644
--- a/recipes-qt/qt-qrcode/qt-qrcode_git.bb
+++ b/recipes-qt/qt-qrcode/qt-qrcode_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=94a3f3bdf61243b5e5cf569fbfbbea52"
DEPENDS = "qtbase qtdeclarative qtquickcontrols2 qtsvg qrencode"
-SRC_URI = "git://github.com/danielsanfr/qt-qrcode.git;protocol=https \
+SRC_URI = "git://github.com/danielsanfr/qt-qrcode.git;protocol=https;branch=master \
file://0001-rework-library-build.patch \
file://0002-fix-dangling-pointer.patch \
"