summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2018-10-30 03:50:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-30 14:55:17 +0300
commit6b2f84b5b9c8843fbf90710799c094abd249fe47 (patch)
tree14ccfd31528176c4c7e18a9f5d8008a5ca889402 /meta-phosphor
parent0a10f5accb18a9168dc286e8a222d2fc03b5905b (diff)
downloadopenbmc-6b2f84b5b9c8843fbf90710799c094abd249fe47.tar.xz
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 (From meta-phosphor rev: c4c1e6cc5d1d9291c5ea5305096468500ef66418) Change-Id: I731b9e8674116f9da41a816fe908809d5a2432b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
index 713a82cff..3abbdcb96 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 @@ HOMEPAGE = "https://github.com/openbmc/ipmi-fru-parser"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7702f203b58979ebbc31bfaeb44f219c"
SRC_URI += "git://github.com/openbmc/ipmi-fru-parser"
-SRCREV = "19bea9ae44ea9af30e1e4443c69a22b04e2cd56d"
+SRCREV = "69418ebc49a54d38cca0d0ec8da46e8a47cafa46"