From bf94b598fc0f9f6c4a129c99eaf8b12d6ab36568 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Mon, 12 Dec 2022 16:02:28 -0800 Subject: at-scale-debug: change protocol to https The 'git' protocol is no longer supported by GitHub, so updated at-scale-debug to use the 'https' protocol. Signed-off-by: Jason M. Bills --- .../meta-common/recipes-core/at-scale-debug/at-scale-debug_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/at-scale-debug_git.bb b/meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/at-scale-debug_git.bb index f35fee7ab..b26f70295 100644 --- a/meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/at-scale-debug_git.bb +++ b/meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/at-scale-debug_git.bb @@ -12,7 +12,7 @@ DEPENDS = "sdbusplus openssl libpam libgpiod safec" do_configure[depends] += "virtual/kernel:do_shared_workdir" -SRC_URI = "git://github.com/Intel-BMC/asd;protocol=git" +SRC_URI = "git://github.com/Intel-BMC/asd;protocol=https" SRCREV = "1.4.6" inherit useradd -- cgit v1.2.3