summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-01-05 18:23:59 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-01-05 18:37:36 +0100
commit591e318f80d31694203bec4267e285ad90e5c3af (patch)
tree59d0509b6da1317f143189fb3ba1ff4369d6b218
parent5026458289e8bf0d60981bcf647723419a940d1b (diff)
serial-test: use https to fetch git repo
This helps people which can't access the web with the git protocol. Related-to: ELB-3475 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-devtools/serialtest/serial-test_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/serialtest/serial-test_git.bb b/recipes-devtools/serialtest/serial-test_git.bb
index 7cbc969..28ba0e5 100644
--- a/recipes-devtools/serialtest/serial-test_git.bb
+++ b/recipes-devtools/serialtest/serial-test_git.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
SRCREV = "d5d32b0765f0ae78e6ec4cbe6ad0800e470aaf67"
-SRC_URI = "git://github.com/cbrake/linux-serial-test.git;branch=master;protocol=git"
+SRC_URI = "git://github.com/cbrake/linux-serial-test.git;branch=master;protocol=https"
S = "${WORKDIR}/git/"