summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-02-16 00:47:22 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-16 00:47:22 +0300
commit988bd1f2101c5f618addf180a95c94428ede7305 (patch)
tree4a203f8310fbec9fa65e838cdbc95e6e00001ec7 /meta-phosphor/recipes-extended
parent1a38de9b8a6a9532f1de9ff4648037b20edbf16a (diff)
downloadopenbmc-988bd1f2101c5f618addf180a95c94428ede7305.tar.xz
meta-phosphor: run upstream `convert-srcuri.py`2.11.0
Due to github removing support for the git protocol, it is recommended to run a script from upstream Yocto to fix-up all the SRC_URIs. Run this on the common layers (meta-phosphor, meta-aspeed, meta-nuvoton). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I95a42f44f35577ca2b2269bd43bbb85f1be10196
Diffstat (limited to 'meta-phosphor/recipes-extended')
-rw-r--r--meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb2
-rw-r--r--meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb2
-rw-r--r--meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc2
-rw-r--r--meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb2
-rw-r--r--meta-phosphor/recipes-extended/stdplus/stdplus_git.bb2
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb
index 9e8c9968af..e611b46099 100644
--- a/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb
+++ b/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb
@@ -13,7 +13,7 @@ EXTRA_OEMESON = " \
-Dtests=disabled \
"
-SRC_URI += "git://github.com/openbmc/gpioplus"
+SRC_URI += "git://github.com/openbmc/gpioplus;branch=master;protocol=https"
SRCREV = "8944f2e24ad8152793af010906faf06607f0e04b"
S = "${WORKDIR}/git"
diff --git a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
index e246ee7d2c..bca1dbbec8 100644
--- a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
+++ b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
@@ -7,7 +7,7 @@ PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRC_URI += "git://github.com/openbmc/pam-ipmi"
+SRC_URI += "git://github.com/openbmc/pam-ipmi;branch=master;protocol=https"
SRCREV = "08be868a6d18bca99d3580f4b3247c0c953f0f84"
S = "${WORKDIR}/git"
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
index 1c8bbb3667..8011c97296 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc
@@ -2,5 +2,5 @@ HOMEPAGE = "http://github.com/openbmc/sdbusplus"
PR = "r1"
PV = "1.0+git${SRCPV}"
-SRC_URI += "git://github.com/openbmc/sdbusplus"
+SRC_URI += "git://github.com/openbmc/sdbusplus;branch=master;protocol=https"
SRCREV = "4a46eb5aa05df6da3ba66446a6e1526098e47d0f"
diff --git a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
index be827ad853..4eca3c8f2d 100644
--- a/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb
@@ -19,7 +19,7 @@ EXTRA_OEMESON = " \
-Dtests=disabled \
"
-SRC_URI += "git://github.com/openbmc/sdeventplus"
+SRC_URI += "git://github.com/openbmc/sdeventplus;branch=master;protocol=https"
SRCREV = "afe64c8c9fd430d60a57830c1571e1d04f63f814"
S = "${WORKDIR}/git"
diff --git a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
index abd989513d..f87f4cd6a6 100644
--- a/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
+++ b/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb
@@ -19,7 +19,7 @@ EXTRA_OEMESON = " \
-Dtests=disabled \
"
-SRC_URI += "git://github.com/openbmc/stdplus"
+SRC_URI += "git://github.com/openbmc/stdplus;branch=master;protocol=https"
SRCREV = "8b70ecc79add4fd22efe9b41dc3c991a2b13b810"
S = "${WORKDIR}/git"