From 988bd1f2101c5f618addf180a95c94428ede7305 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 15 Feb 2022 15:47:22 -0600 Subject: meta-phosphor: run upstream `convert-srcuri.py` 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 Change-Id: I95a42f44f35577ca2b2269bd43bbb85f1be10196 --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb index d4bfa5a282..99a80bc41c 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb @@ -13,7 +13,7 @@ DEPENDS += "autoconf-archive-native" DEPENDS += "phosphor-ipmi-host" S = "${WORKDIR}/git" -SRC_URI = "git://github.com/openbmc/phosphor-ipmi-ethstats" +SRC_URI = "git://github.com/openbmc/phosphor-ipmi-ethstats;branch=master;protocol=https" SRCREV = "c8894c55f5d58862f266aebedc43e2652f529a41" FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" -- cgit v1.2.3