blob: 1706fb345056b439281771b435aabd674f538d57 [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 Geissler32eb9382023-07-12 18:40:33 -050013SRCREV = "ce4241cb7173b41ace52a272dc6a52295f949385"
Patrick Williams454ea362023-08-05 16:56:56 -050014PV = "0.1+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -070015PR = "r1"
Vijay Khemkafa9f2ad2020-10-08 16:36:28 -070016
Patrick Williamsbb99d222022-01-24 15:55:09 -060017SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=https;branch=master"
Vijay Khemkafa9f2ad2020-10-08 16:36:28 -070018
Ed Tanous9936f862022-09-19 09:13:20 -070019S = "${WORKDIR}/git"
Patrick Williams12fc9392021-08-06 09:16:53 -050020SYSTEMD_SERVICE:${PN} = "phosphor-virtual-sensor.service"
Ed Tanous9936f862022-09-19 09:13:20 -070021
22inherit meson pkgconfig
23inherit systemd