ipmi-fru-parser: srcrev bump 84c416125b..355c561df2
Patrick Venture (7):
build: set language to C++
IPMIFruArea: rename member variables per openbmc style
writefrudata: add missing curly braces for style
IPMIFruArea: use vector instead of raw byte pointer
IPMIFruArea: use default destructor
IPMIFruArea: Drop unused dbus debug
writefrudata: drop extra parens in call to parse
Change-Id: I9432bb61999088efa69307c0ed2dfa7bb19f1dda
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index ba3c0de..71f8eaf 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
@@ -2,4 +2,4 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
-SRCREV = "84c416125b7daab7c528a1c9bcb70750bb29ca94"
+SRCREV = "355c561df26f94351cd680938823738a5688fc62"