From 7581d2457802531055ecbeadb436c73ed383bf0c Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Sun, 7 Apr 2019 07:30:36 -0700 Subject: meta-phosphor: kcsbridge: use git protocol instead of https Use the git protocol with github packages instead of the https protocol for fetching the repository contents. (From meta-phosphor rev: 2180ac89721a7637b5d5f278d1134b6b04ac92b3) Change-Id: Iec4dbb000ebe7b556adc2f4e68a6e0dcb968c482 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb index 752ac78c9..b542d0901 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb @@ -25,7 +25,7 @@ DEPENDS += " \ " S = "${WORKDIR}/git" -SRC_URI = "git://github.com/openbmc/kcsbridge.git;protocol=https" +SRC_URI = "git://github.com/openbmc/kcsbridge.git" SRCREV = "17a2ab7f39a78ff0603aa68cf35108ea94eb442f" # This is how linux-libc-headers says to include custom uapi headers -- cgit v1.2.3