From b85fd0abbc978ea3f92757cfc8d10e3aab0c907a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 5 Jan 2021 18:23:59 +0100 Subject: 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 (cherry picked from commit 591e318f80d31694203bec4267e285ad90e5c3af) --- recipes-devtools/serialtest/serial-test_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/serialtest/serial-test_git.bb b/recipes-devtools/serialtest/serial-test_git.bb index c149168..f5f4c46 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" -- cgit v1.2.3