ipmi-fru-parser: srcrev bump 5c787214b1..19bea9ae44

Patrick Venture (22):
      writefrudata: drop function parameter set
      readeeprom: use log error instead of fprintf(stderr)
      types: fixup header
      frup: add missing header
      writefrudata: cleanup header
      writefrudata: add function header
      style: apply naming convention to ipmi_validate_fru_area
      style: rename cleanup_error, move into anonymous
      style: move getFRUValue into anonymous namespace
      style: move getService into anonymous namespace
      style: rename update_inventory, move into anonymous
      writefrudata.cpp: fixup variable shadowing
      writefrudata: add missing header: map
      writefrudata.cpp: add header for file
      writefrudata: drop unused dynamic linking header
      writefrudata: drop unused lib mapper header
      ipmi_fru: drop unused member functions
      ipmi_fru: drop unused sd_bus pointer
      ipmi_fru: Rename to IPMIFruArea
      writefrudata.cpp: drop unused, add used header
      rename header: fru-area.hpp to fru_area.hpp
      cleanup: rename fru_area_vec_t type and use using

Change-Id: Icd007a08e075c0259b5ac3eefb62da3b35394a8a
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 9056db2..713a82c 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 = "5c787214b16ecc36cb2e460eda3f90def3b54b7a"
+SRCREV = "19bea9ae44ea9af30e1e4443c69a22b04e2cd56d"