meta-phosphor: x86-power-control: change URL protocol to https

We should never use 'protocol=ssh' on a Github SRC_URI because it means
that only people with a valid SSH key loaded in Github can build the
code (ie. no anonymous users).  This is bad for CI-type builds.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I4713ed1759f548aee5b97d2f789e9f37892c9360
diff --git a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb
index 36b557e..424ad28 100755
--- a/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb
+++ b/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Chassis Power Control service for Intel based platforms"
 DESCRIPTION = "Chassis Power Control service for Intel based platforms"
 
-SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=ssh"
+SRC_URI = "git://github.com/openbmc/x86-power-control.git;protocol=https"
 SRCREV = "c46ebb493f0e0cc1ccc5525d5484465bba69551f"
 
 PV = "1.0+git${SRCPV}"
@@ -33,4 +33,4 @@
     sdbusplus \
     phosphor-logging \
   "
-FILES:${PN}  += "${systemd_system_unitdir}/xyz.openbmc_project.Chassis.Control.Power@.service"
\ No newline at end of file
+FILES:${PN}  += "${systemd_system_unitdir}/xyz.openbmc_project.Chassis.Control.Power@.service"