Skip to content
Snippets Groups Projects
Commit 56b2019f authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

git: Changed protocol for tools to HTTPS

The SRC_URI of the various tools are still using SSH.
With the opening of our repositories, SSH isn't available for checkout
anymore. Because of this, we changed the protocol to HTTPS instead.
parent bca16357
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!350git: Changed protocol for tools to HTTPS
......@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git@git.seco.com:4444/seco-ne/tools/gfeeprom.git;protocol=ssh;branch=initial-draft;nobranch=1 \
SRC_URI = "git://git.seco.com/seco-ne/tools/gfeeprom.git;protocol=https;branch=initial-draft;nobranch=1 \
"
# Create a <tag>-<number of commits since tag>-<hash> Version string
#inherit gitpkgv
......
......@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
DEPENDS = "qtbase qtquickcontrols"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git@git.seco.com:4444/seco-ne/tools/guf-show-demo.git;protocol=ssh;branch=dunfell;nobranch=1 \
SRC_URI = "git://git.seco.com/seco-ne/tools/guf-show-demo.git;protocol=https;branch=dunfell;nobranch=1 \
file://init.d/guf-show-demo \
file://guf-show-demo.service \
"
......
......@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
DEPENDS += " libgpiod "
SRCREV = "${AUTOREV}"
SRC_URI = "git://git@git.seco.com:4444/seco-ne/tools/libmdb.git;protocol=ssh;branch=master;nobranch=1"
SRC_URI = "git://git.seco.com/seco-ne/tools/libmdb.git;protocol=https;branch=master;nobranch=1"
# Create a <tag>-<number of commits since tag>-<hash> Version string
inherit gitpkgv
......
......@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git@git.seco.com:4444/seco-ne/tools/touchcal-conv.git;protocol=ssh;branch=dunfell;nobranch=1 \
SRC_URI = "git://git.seco.com/seco-ne/tools/touchcal-conv.git;protocol=https;branch=dunfell;nobranch=1 \
file://touchcal-conv-weston.sh \
"
......
......@@ -3,7 +3,7 @@ SUMMARY = "xconfig tool for modifying shared XML configuration"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SRC_URI = "git://git@git.seco.com:4444/seco-ne/tools/xconfig.git;protocol=ssh;branch=dunfell;nobranch=1"
SRC_URI = "git://git.seco.com/seco-ne/tools/xconfig.git;protocol=https;branch=dunfell;nobranch=1"
SRCREV = "${AUTOREV}"
# Create a <tag>-<number of commits since tag>-<hash> Version string
......
......@@ -29,7 +29,7 @@ RDEPENDS:${PN} += " \
SRCREV = "${AUTOREV}"
SRC_URI = " \
git://git@git.seco.com:4444/seco-ne/tools/gf-emc-test-suite.git;protocol=ssh;branch=dunfell;nobranch=1 \
git://git.seco.com/seco-ne/tools/gf-emc-test-suite.git;protocol=https;branch=dunfell;nobranch=1 \
"
# Create a <tag>-<number of commits since tag>-<hash> Version string
......
......@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
DEPENDS += "tslib"
SRC_URI = " \
git://git@git.seco.com:4444/seco-ne/tools/gf-productiontests.git;protocol=ssh;branch=dunfell;nobranch=1 \
git://git.seco.com/seco-ne/tools/gf-productiontests.git;protocol=https;branch=dunfell;nobranch=1 \
"
SRCREV = "${AUTOREV}"
......
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