summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
index 9b21a65b8..109a6755a 100644
--- a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
+++ b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://github.com/openbmc/telemetry"
PV = "1.0+git${SRCPV}"
-SRCREV = "73da69064f48aa99d1e4e9a6d9fff4701ed3dea9"
+SRCREV = "a4bf740ce50ed1d714cc40083c0dd73a81d683ef"
S = "${WORKDIR}/git"
@@ -16,8 +16,12 @@ inherit meson
inherit systemd
DEPENDS = "boost \
+ gtest \
+ nlohmann-json \
phosphor-logging \
sdbusplus \
systemd"
SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.Telemetry.service"
+EXTRA_OEMESON = "-Dbuildtest=false"
+