summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-01-11 10:00:22 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-01-11 22:42:11 +0300
commitf0dca1402ca008cd20f9cc93557e8b0290c434fe (patch)
treef18bee28599d542db41465b88b45e8c33f60f522 /meta-phosphor
parenta5d8bc46422335762abe4f572950290ba4cc2506 (diff)
downloadopenbmc-f0dca1402ca008cd20f9cc93557e8b0290c434fe.tar.xz
bmcweb: srcrev bump 1f2a40ce32..159121592d
George Liu (2): Refactor GetSubTreePaths method Fix parameter type for calling getSubTreePaths method Change-Id: I3f9ccdc75b1d687c7943784f26fb45a87f1613d5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 53ea0184ce..1530e3aacb 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "1f2a40ce3223e024d510f2e3b32fbc7e08012728"
+SRCREV = "159121592d4218b045d1a3310941b45cd17de836"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"