summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-01-20 22:30:21 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-01-21 02:19:35 +0300
commitecf6bc423a8379bb7705b162a99269b984ea4d86 (patch)
tree6cd46d270de8b28549172f6a1a168b7a13e42806
parent25f875d1c450a343aca3cba5bdf520d3751914a1 (diff)
downloadopenbmc-ecf6bc423a8379bb7705b162a99269b984ea4d86.tar.xz
dbus-sensors: srcrev bump 091c92c0e1..62fd8073d1
Ed Tanous (4): Alphabetize clang-tidy Enable cppcoreguidelines-init-variables Enable cppcoreguidelines-avoid-c-arrays Enable cppcoreguidelines-special-member-functions check Rashmica Gupta (2): thresholds: Make variable naming and type the same thresholds: Fix typo in interface name Change-Id: I4012782688e67c2e5953d7b8f55bf306fc6c94dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index 29a4b6d4a3..41c370ed68 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "dbus-sensors"
DESCRIPTION = "Dbus Sensor Services Configured from D-Bus"
SRC_URI = "git://github.com/openbmc/dbus-sensors.git"
-SRCREV = "091c92c0e1b320228abf3385e5284cc14ef20f68"
+SRCREV = "62fd8073d11ca26695f0c90d1a93e11c7059f079"
PV = "0.1+git${SRCPV}"