Skip to content
Snippets Groups Projects
Commit a9b5c766 authored by Tobias Kahlki's avatar Tobias Kahlki Committed by Jonas Höppner
Browse files

git: Changed protocol to HTTPS

The tools recipes still use SSH as protocol for the checkout.
Since we have opend our repository to the public, SSH isn't available
anymore. Because of this, we switch to HTTPS as protocol.

(cherry picked from commit e3c2325c)
parent e83188e9
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!396Pull changes from dunfell branch
...@@ -8,7 +8,7 @@ DEPENDS = "qtbase qtquickcontrols" ...@@ -8,7 +8,7 @@ DEPENDS = "qtbase qtquickcontrols"
RDEPENDS_${PN} += "qtwayland" RDEPENDS_${PN} += "qtwayland"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
SRC_URI = "git://git@git.seco.com:4444/seco-ne/tools/qt-multi-screen-compositor.git;protocol=ssh;branch=master;nobranch=1 \ SRC_URI = "git://git.seco.com/seco-ne/tools/qt-multi-screen-compositor.git;protocol=https;branch=master;nobranch=1 \
file://qt-multi-screen-compositor@.service \ file://qt-multi-screen-compositor@.service \
" "
......
...@@ -5,8 +5,7 @@ LICENSE = "Apache-2.0" ...@@ -5,8 +5,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
SRC_URI = "git://git.seco.com/seco-ne/tools/gfeeprom.git;protocol=ssh;branch=master;nobranch=1 \ SRC_URI = "git://git.seco.com/seco-ne/tools/gfeeprom.git;protocol=https;branch=master;nobranch=1"
"
# Create a <tag>-<number of commits since tag>-<hash> Version string # Create a <tag>-<number of commits since tag>-<hash> Version string
#inherit gitpkgv #inherit gitpkgv
PV = "1.0" PV = "1.0"
......
...@@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" ...@@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
DEPENDS += "tslib" DEPENDS += "tslib"
SRC_URI = " \ SRC_URI = "git://git.seco.com/seco-ne/tools/gf-productiontests.git;protocol=https;branch=dunfell;nobranch=1 \
git://git.seco.com/seco-ne/tools/gf-productiontests.git;protocol=https;branch=dunfell;nobranch=1 \ "
"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
# Create a <tag>-<number of commits since tag>-<hash> Version string # Create a <tag>-<number of commits since tag>-<hash> Version string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment