summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index d37cbbdfe..61ddf5777 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 = "5ab424a6a4ea56e5fbfad5a1813bed7bfabbd399"
+SRCREV = "33703af797949b47375086988daeac89b47b5db1"
PV = "0.1+git${SRCPV}"
@@ -65,7 +65,14 @@ SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'external', \
'xyz.openbmc_project.externalsensor.service', \
'', d)}"
-DEPENDS = "boost nlohmann-json sdbusplus i2c-tools libgpiod"
+DEPENDS = " \
+ boost \
+ i2c-tools \
+ libgpiod \
+ nlohmann-json \
+ phosphor-logging \
+ sdbusplus \
+ "
inherit meson systemd
S = "${WORKDIR}/git"