blob: d68ec6fef52186023909d9c1974414e753d312c0 [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"
Andrew Geisslerfbf99952022-12-06 11:20:26 -060013SRCREV = "f20aa7c87360a0d2918377a86bbf04c85268d47d"
Ed Tanous9936f862022-09-19 09:13:20 -070014PR = "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