summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-07-06 22:01:10 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-07-07 02:44:50 +0300
commit21095b7224dadd90f4fce8446255a3887cafc1dc (patch)
treebfb8848a8a52c087d8cd943514f9b2cdb026c8dc
parentd03d6b8999ff53b96ef69e5feba14dbdae07d390 (diff)
downloadopenbmc-21095b7224dadd90f4fce8446255a3887cafc1dc.tar.xz
phosphor-virtual-sensor: srcrev bump 1846d8225c..67d8b9d265
Rashmica Gupta (2): Replace spaces in sensor name with underscores Add check for sensor with same name Change-Id: I41ab7a1c48430e7f9fc1230a23c52dd7b8c1e459 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
index 98a9a638c..b4f0e9d9a 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
@@ -16,7 +16,7 @@ DEPENDS += "nlohmann-json"
DEPENDS += "exprtk"
SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=git"
-SRCREV = "1846d8225c933ed3de0f9da7d255606cbcb9d7a9"
+SRCREV = "67d8b9d265c2abf6d88fa2bd654e8a177cdeb6c9"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} = "phosphor-virtual-sensor.service"