blob: 69c319aa917ecf193d294605bc9a4c26f2535324 [file] [log] [blame]
Vijay Khemkafa9f2ad2020-10-08 16:36:28 -07001SUMMARY = "Virtual Sensors"
2DESCRIPTION = "virtual sensors created from existing sensors and config data"
3HOMEPAGE = "https://github.com/openbmc/phosphor-virtual-sensor"
4PR = "r1"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=9e69ba356fa59848ffd865152a3ccc13"
7
8inherit meson pkgconfig
9inherit systemd
10
11DEPENDS += "sdbusplus"
12DEPENDS += "phosphor-dbus-interfaces"
13DEPENDS += "sdeventplus"
14DEPENDS += "phosphor-logging"
15DEPENDS += "nlohmann-json"
16DEPENDS += "exprtk"
17
Patrick Williamsbb99d222022-01-24 15:55:09 -060018SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=https;branch=master"
Andrew Geissler3b790252022-01-05 01:05:47 +000019SRCREV = "1204b43374720e9b338ea0aa6be75d8d27e0477e"
Vijay Khemkafa9f2ad2020-10-08 16:36:28 -070020S = "${WORKDIR}/git"
21
Patrick Williams12fc9392021-08-06 09:16:53 -050022SYSTEMD_SERVICE:${PN} = "phosphor-virtual-sensor.service"