bmcweb: srcrev bump 51f65b0caa..2b73119c57
Claire Weinan (1):
LogService: Use DeleteAll DBus method in clearDump
Ed Tanous (4):
Add check for globals
Add unit tests for ipv4VerifyIpAndGetBitcount
Refactor ipv4VerifyIpAndGetBitcount
Fix a boatload of #includes
George Liu (1):
Add the GetObject method to dbus_utility
Myung Bae (1):
Add Get for PCIe property LanesInUse
Change-Id: I0f44e54b75a8e5db4b02659f4416c12921594c09
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 172f280..19127bc 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "51f65b0caa10aa785bd0050d31cf0c01ed17ac8e"
+SRCREV = "2b73119c57d054d1a0d67b376ae5651fccfae5ba"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"