aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt-kiosk-browser
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-11-03 08:48:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2021-11-13 11:03:11 +0100
commit6e808aeeced9dc60c5718a7f945b062f19fe8a83 (patch)
tree743fc826ec7d59faf8f0e894f276ae3268bf8c3e /recipes-qt/qt-kiosk-browser
parent43e074956beb86bdd7071a2a03edf88bd3f7e497 (diff)
Recipes: add explicit branch parameter and use https:// instead of git:// for github.com
* github decided that nobody should use git:// https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git and starting today all the builds were failing to fetch the metadata layers from github like: 2021-11-01T18:53:26 INFO _main_ Updating [meta-ros] fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. this was just a "test" as they said: "November 2, 2021: We'll also run several short brownouts on this date." and it will be completely disabled on January 11 2022. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt-kiosk-browser')
-rw-r--r--recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb b/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
index 8c8348c2..c26e9b49 100644
--- a/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
+++ b/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
@@ -10,7 +10,7 @@ python() {
}
SRC_URI = " \
- git://github.com/OSSystems/qt-kiosk-browser;protocol=https \
+ git://github.com/OSSystems/qt-kiosk-browser;protocol=https;branch=master \
file://${BPN}.conf \
"