summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-08-16 20:51:15 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-08-18 00:22:30 +0300
commit5a7dbc413d2cdb182e5664ae702fba4346f50012 (patch)
tree9fb38c989a2e246eade45ee348baf9f2c4bfb141 /meta-phosphor
parent6dd39196e606ef092598689d3ec5e5aecb5f5d00 (diff)
downloadopenbmc-5a7dbc413d2cdb182e5664ae702fba4346f50012.tar.xz
dbus-sensors: srcrev bump 9148f38253..fd3d5f7ee3
Zev Weiss (14): Code style fixes for clang-tidy ExitAirTempSensor: Replace iterator pairs with structured bindings ExternalSensorMain: Replace iterator pairs with structured bindings FanMain: Replace iterator pairs with structured bindings HwmonTempMain: Replace iterator pairs with structured bindings IntelCPUSensorMain: Replace iterator pairs with structured bindings IntrusionSensorMain: Replace iterator pairs with structured bindings IpmbSensor: Replace iterator pairs with structured bindings MCUTempSensor: Replace iterator pairs with structured bindings PSUEvent: Replace iterator pairs with structured bindings PSUSensorMain: Replace iterator pairs with structured bindings TachSensor: Replace iterator pairs with structured bindings Thresholds: Replace iterator pairs with structured bindings Utils: Replace iterator pairs with structured bindings Change-Id: Ic8f1fd6418fe032613ce3f1d96314836b385c3f2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 90c135455d..3890978166 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;branch=master;protocol=https"
-SRCREV = "9148f382531c2c4c97f82451f1b8f98e68364adf"
+SRCREV = "fd3d5f7ee3964157b46d1e83d04618dfe1be7a32"
PV = "0.1+git${SRCPV}"