summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-02 19:11:01 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-03 02:29:57 +0300
commit66c24ea02f7cc511e52b5c7b4358f7c154c0f5ad (patch)
tree7c8863ba1d5be3f451b5ccb28e2c42abbad9ecfd
parentc09fc6a9824dde302831f605188a50e6449b2b52 (diff)
downloadopenbmc-66c24ea02f7cc511e52b5c7b4358f7c154c0f5ad.tar.xz
telemetry: srcrev bump 62c08e9b5e..18e7101cf3
Krzysztof Grobelny (1): simplified appendLimit implementation Change-Id: I0b2845110058e44354fc035b6efec5211deb60ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
index cf85deeb14..4073a2f3d1 100644
--- a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
+++ b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
@@ -9,7 +9,7 @@ DEPENDS = "boost \
phosphor-logging \
sdbusplus \
systemd"
-SRCREV = "62c08e9b5e835df0e6ca463331908235086acb4d"
+SRCREV = "18e7101cf3283c32fa52ed8b00697e1e1f59015a"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/telemetry;branch=master;protocol=https"