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.
Change-Id: I919c08cb98e9f60f52b827e2cd6039306bb2c6a1
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
index 752ac78..b542d09 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
@@ -25,7 +25,7 @@
"
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