summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-22 19:40:22 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-03-22 19:40:22 +0300
commitb28abda1b07524016a8e805863f7cda599839f59 (patch)
treea492f8f32945b9dde28d2226d551c94c48b49475 /meta-phosphor/recipes-phosphor/interfaces
parentb01c92d43884b50faa7aa41bea331e9d9fa2275f (diff)
downloadopenbmc-b28abda1b07524016a8e805863f7cda599839f59.tar.xz
bmcweb: srcrev bump e10f0176d6..a10321e792
Ed Tanous (1): Fix content-security-policy disable Change-Id: I2961b67f7ebb70443c261b86a2721cc34707d042 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 4cefd8752d..4046756ba1 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 = "e10f0176d66a2737edefec71f40376566769712b"
+SRCREV = "a10321e7924da96e6a11aa151347edf3314fed1c"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"