blob: 7af012c025f81137d75762e9319a2d09da4456b5 [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"
Vijay Khemkafa9f2ad2020-10-08 16:36:28 -07004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9e69ba356fa59848ffd865152a3ccc13"
Patrick Williams77eed3f2022-09-02 09:23:55 -05006DEPENDS:append = "\
7 exprtk \
8 nlohmann-json \
9 phosphor-dbus-interfaces \
10 phosphor-logging \
11 sdbusplus \
12"
Ed Tanous9936f862022-09-19 09:13:20 -070013SRCREV = "dc7770153b8fdfca26f1e7fd038033dff6b20456"
14PR = "r1"
Vijay Khemkafa9f2ad2020-10-08 16:36:28 -070015
Patrick Williamsbb99d222022-01-24 15:55:09 -060016SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=https;branch=master"
Vijay Khemkafa9f2ad2020-10-08 16:36:28 -070017
Ed Tanous9936f862022-09-19 09:13:20 -070018S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050019SYSTEMD_SERVICE:${PN} = "phosphor-virtual-sensor.service"
Ed Tanous9936f862022-09-19 09:13:20 -070020
21inherit meson pkgconfig
22inherit systemd