summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/vpd
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-03-31 08:50:05 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-04-05 02:05:47 +0300
commitb99c842f79242f367990f206ac7960dc00a65031 (patch)
tree242011bab4cdbe9727e7f27c87779156b0c3c962 /meta-openpower/recipes-phosphor/vpd
parent6cdd0c78da53bdee9ddc9ec3444e1a587170e227 (diff)
downloadopenbmc-b99c842f79242f367990f206ac7960dc00a65031.tar.xz
openpower-vpd-parser: srcrev bump 6c7a84e4e1..0e34d3574c
Alpana Kumari (2): Move preAction postAction to Util Handle ECC update Santosh Puranik (1): manager: Take pre/post actions in recollection Change-Id: I3a86b866549b772d0a72ac6adf6b2b42a14cb223 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-openpower/recipes-phosphor/vpd')
-rw-r--r--meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
index 0dd95c1f49..8082f2776d 100644
--- a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
+++ b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
@@ -2,4 +2,5 @@ HOMEPAGE = "https://github.com/openbmc/openpower-vpd-parser"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/openpower-vpd-parser;branch=master;protocol=https"
-SRCREV = "6c7a84e4e1e8e087da8df9daa23496dbd5d11721"
+SRCREV = "0e34d3574cc2512b8ac465913eb988a95c1cf808"
+DEPENDS += "nlohmann-json"