mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 12:12:07 +02:00
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>
This commit is contained in:
@@ -8,7 +8,7 @@ DEPENDS += "qtbase qtdeclarative"
|
||||
PV = "1.2.7+git${SRCPV}"
|
||||
|
||||
SRCREV = "ad7fef1c35a3e897913965f73b879a14d65043dd"
|
||||
SRC_URI = "git://git.merproject.org/mer-core/libconnman-qt.git;protocol=https \
|
||||
SRC_URI = "git://git.merproject.org/mer-core/libconnman-qt.git;protocol=https;branch=master \
|
||||
file://0001-Don-t-use-MeeGo-as-prefix-in-order-to-make-this-a-co.patch \
|
||||
file://0001-Fix-library-path-for-multilib-setups.patch \
|
||||
"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
|
||||
|
||||
SRCREV = "3581a6e85561da85858e1b90bef9be88b87acc4d"
|
||||
SRC_URI = "git://git.merproject.org/mer-core/libqofono.git \
|
||||
SRC_URI = "git://git.merproject.org/mer-core/libqofono.git;branch=master \
|
||||
file://0001-also-emit-modemRemoved-and-modemAdded.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf"
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRCREV = "4250e2468552ea01954244a2d9cd5d2b44b00042"
|
||||
SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https"
|
||||
SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https;branch=master"
|
||||
|
||||
PV = "1.0+gitr${SRCPV}"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ DEPENDS = "qtbase qtsensors"
|
||||
# Depends on gles2 enabled and that's not default configuration
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
SRC_URI = "git://github.com/smk-embedded/qt5-opengles2-test.git"
|
||||
SRC_URI = "git://github.com/smk-embedded/qt5-opengles2-test.git;branch=master;protocol=https"
|
||||
SRCREV = "938390507054ed1258345f70ed55770d2fe56176"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad"
|
||||
|
||||
inherit qmake5 qmake5_paths pkgconfig
|
||||
|
||||
SRC_URI = "git://github.com/maliit/framework.git;branch=master \
|
||||
SRC_URI = "git://github.com/maliit/framework.git;branch=master;protocol=https \
|
||||
file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \
|
||||
file://maliit-server.desktop \
|
||||
file://0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch \
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "maliit-framework-qt5"
|
||||
|
||||
RDEPENDS_${PN} += "qtsvg-plugins"
|
||||
|
||||
SRC_URI = "git://github.com/maliit/plugins.git;branch=master \
|
||||
SRC_URI = "git://github.com/maliit/plugins.git;branch=master;protocol=https \
|
||||
file://0001-Do-not-use-tr1-namespace.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=11c7965a9059e287de5d93b98adf6d1a"
|
||||
DEPENDS = "qtdeclarative"
|
||||
|
||||
SRCREV = "7b9810b0f02f9ac74fae3ead6e2e9fb5c1382173"
|
||||
SRC_URI = "git://code.ossystems.com.br/qt/qsiv;protocol=http"
|
||||
SRC_URI = "git://code.ossystems.com.br/qt/qsiv;protocol=http;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DEPENDS = "qtbase"
|
||||
# Needed with gcc-5.2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65801
|
||||
CXXFLAGS += "-Wno-narrowing"
|
||||
|
||||
SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git \
|
||||
SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git;branch=master;protocol=https \
|
||||
file://0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch;patchdir=.. \
|
||||
file://0001-include-errno.h-for-errno-definition.patch;patchdir=.. \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Wrapper to select between Qt development binary versions"
|
||||
HOMEPAGE = "http://macieira.org/qtchooser"
|
||||
LICENSE = "LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | GPL-3.0"
|
||||
SRC_URI = "git://code.qt.io/qtsdk/qtchooser.git"
|
||||
SRC_URI = "git://code.qt.io/qtsdk/qtchooser.git;branch=master"
|
||||
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
SRCREV = "ad505c32d0ba14c3c616de8ba4c7eb79396c20a6"
|
||||
SRC_URI = "git://github.com/vinipsmaker/tufao.git;protocol=http;branch=1.x \
|
||||
SRC_URI = "git://github.com/vinipsmaker/tufao.git;protocol=http;branch=1.x;protocol=https \
|
||||
file://build-Fix-mkspecs-and-CMake-module-install-directori.patch \
|
||||
file://0001-CMakeLists.txt-fix-build-with-Qt-5.11-don-t-use-qt5_.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user