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
(From meta-phosphor rev: 95a5e6a2cc74bb6126620ce634983006d7073a95)
Change-Id: Id69207bb318bf66b176ec2d0afb867913c21df84
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index ba3c0de..71f8eaf 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
+++ b/meta-phosphor/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"