summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-09-21 23:11:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-09-22 01:02:40 +0300
commit0e3754ba4fc15151b680a7efd754df0d0daf62f7 (patch)
tree1dd8533b6f62293b257557c82bf326eb1fd89524
parentaf6dc72219a02dbc79e7d27cae6c7d72c77a1c01 (diff)
downloadopenbmc-0e3754ba4fc15151b680a7efd754df0d0daf62f7.tar.xz
phosphor-ecc: srcrev bump c33f294ecc..7414667cde
Patrick Williams (1): build: switch to C++20 Change-Id: I73e1cd8f364657601644613d0cf78ed9cbc6bde5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb b/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
index 74d9263834..d3f5fb5363 100644
--- a/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
+++ b/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
@@ -6,7 +6,7 @@ DEPENDS += "sdbusplus"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "sdeventplus"
DEPENDS += "phosphor-logging"
-SRCREV = "c33f294ecc59cd31698ada37827bb5c9f00adc8b"
+SRCREV = "7414667cde9a9ffbb4fbd584c425f89fdaaa00e9"
PR = "r1"
SRC_URI = "git://github.com/openbmc/phosphor-ecc.git;branch=master;protocol=https"