summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@intel.com>2022-12-13 03:02:28 +0300
committerJason M. Bills <jason.m.bills@intel.com>2022-12-13 03:02:28 +0300
commitbf94b598fc0f9f6c4a129c99eaf8b12d6ab36568 (patch)
tree56efa9d96f1898cbbbaa27a2d0c85ee178c09fdf
parent69f862a7d308d6d37b95eac57d9664c09684dd8b (diff)
downloadopenbmc-wht.tar.xz
at-scale-debug: change protocol to httpswht
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 <jason.m.bills@intel.com>
-rw-r--r--meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/at-scale-debug_git.bb2
1 files changed, 1 insertions, 1 deletions
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