summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
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-phosphor/smbios/smbios-mdr_git.bb
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-phosphor/smbios/smbios-mdr_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb b/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
index bfa69e9c32..d4f0da4f05 100644
--- a/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
+++ b/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
@@ -27,7 +27,7 @@ PACKAGECONFIG[smbios-ipmi-blob] = "-DIPMI_BLOB=ON,-DIPMI_BLOB=OFF,phosphor-ipmi-
EXTRA_OECMAKE = "-DYOCTO=ON"
S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/openbmc/smbios-mdr.git"
+SRC_URI = "git://github.com/openbmc/smbios-mdr.git;branch=master;protocol=https"
SRCREV = "631388e621abad855abbe4abbfb20111da9056f1"
SYSTEMD_SERVICE:${PN} += "smbios-mdrv2.service"