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/sensors/phosphor-virtual-sensor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb') diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb index 25c499875f..51f9a92647 100644 --- a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb @@ -15,7 +15,7 @@ DEPENDS += "phosphor-logging" DEPENDS += "nlohmann-json" DEPENDS += "exprtk" -SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=git" +SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=https;branch=master" SRCREV = "b57d7370815015ce8f04be16cee39c45b0770355" S = "${WORKDIR}/git" -- cgit v1.2.3