summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-12-16 06:28:40 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-17 17:27:50 +0300
commitd61a093b752603013878e23219fcca489bc14067 (patch)
tree8e2227162b658486646213c6503db2d759ade690
parent0932fc35681047902f9ee29427e61aa24cb71ba5 (diff)
downloadopenbmc-d61a093b752603013878e23219fcca489bc14067.tar.xz
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
-rwxr-xr-xmeta-phosphor/recipes-x86/chassis/x86-power-control_git.bb4
1 files changed, 2 insertions, 2 deletions
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 36b557e25..424ad28de 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 @@ DEPENDS += " \
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"