ipmbbridge: srcrev bump e523af33cb..f254b06fd1
Patrick Williams (5):
fix different signedness comparison
clean up unused parameter warnings
clean up missing-field-initializers warnings
squash pedantic warnings over flexible array members
build: add meson and subproject wrap files
Change-Id: I11397a955139f25bb4fd8ce6962928afa646838f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
index b57d981..4e44f42 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
@@ -8,7 +8,7 @@
i2c-tools \
boost \
nlohmann-json"
-SRCREV = "e523af33cb40e975c5434ed18a1a64e4e31bb54d"
+SRCREV = "f254b06fd12c0a7dddd9c4705f984d819b256dd6"
PV = "0.1+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/ipmbbridge.git;branch=master;protocol=https"