summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-13 22:20:25 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-12-14 06:12:42 +0300
commit83e5399fd871b7f6b0f2c9d4bbf8d76a32ec03b4 (patch)
treef7a204f4701df745f4a833287d96bb62e8c8a010
parent00e6dd25205b21e424bfbd76ef514f101a87bf0c (diff)
downloadopenbmc-83e5399fd871b7f6b0f2c9d4bbf8d76a32ec03b4.tar.xz
phosphor-post-code-manager: srcrev bump fe9fbc1362..8290e0f329
Bonnie Lo (1): Fix singleton issue for not passing correct argument Jonathan Doman (2): Refactor singleton and filesystem path handling Use binary serialization instead of JSON Kumar Thangavel (1): Fix postcode dbus object path Zhikui Ren (1): OWNERS: Add Zhikui Ren kuiying (1): Updagte Kuiying's email address Change-Id: Ia4c1ef621f4e70b13cf5c2302f6d5193a798c2bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb
index 01c4a96918..409b56ee41 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb
@@ -4,7 +4,7 @@ interface /xyz/openbmc_project/state/boot/raw by snoopd daemon and save them \
in a file under /var/lib for history."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "fe9fbc1362bd9e7a55b6d3a2edd60370a4649245"
+SRCREV = "8290e0f3297a2c5cbaa8d872d5cf8e19166ca177"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/phosphor-post-code-manager.git;branch=master;protocol=https"