ipmi-fru-parser: srcrev bump 19bea9ae44..69418ebc49
Patrick Venture (16):
fru_area: cleanup headers
IPMIFruArea: move source into separate fru_area.cpp
IPMIFruArea: move assignments to constructor list
IPMIFruArea: drop unused member methods
IPMIFruArea: drop iv prefix from members
IPMIFruArea: move private area under public
IPMIFruArea: apply naming convention to member functions
writefrudata: cleanup extra parentheses
IPMIFruArea: delete default constructor
writefrudata: add missing constness
update: use sdbusplus instead of sd_bus raw pointers
writefrudata: fixup function naming per style
writefrudata: rename all variables per openbmc style
strgfnhandler: rename all variables per openbmc style
strgfnhandler: rename function per openbmc style guide
writefrudata: drop unused sd-bus.h
Change-Id: I4956025774b092d316d4c3c5de54d13d9f1321bb
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 713a82c..3abbdcb 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 = "19bea9ae44ea9af30e1e4443c69a22b04e2cd56d"
+SRCREV = "69418ebc49a54d38cca0d0ec8da46e8a47cafa46"