summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-23 20:00:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-24 01:40:20 +0300
commit6829212584616d56fb6d5c1dded8589a19e6c00a (patch)
treed70a8f7d24ecdcba838794cd5ee4c1ab56564f6e /meta-phosphor/recipes-phosphor/interfaces
parent4d129be7e7b1ad7e472a7ac86a76ce4240d33dc1 (diff)
downloadopenbmc-6829212584616d56fb6d5c1dded8589a19e6c00a.tar.xz
bmcweb: srcrev bump 3544d2a719..a716aa7495
Ed Tanous (1): Move http client to URL Change-Id: I3bcd5dfdf3690cd7bb36842db6db68e114eca7b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index e135e6b6a3..0785c7c642 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "3544d2a719c8bb7b07f9a39f61a3770ec84b909f"
+SRCREV = "a716aa74954617e32a1d2e691d184580402b3eaf"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"