blob: 8040e405055c1f2333c14b86fce1e1a122f452e1 [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 Geisslerbf6a3892024-03-14 06:40:25 -050013SRCREV = "9358f6bda1b5bcbf300fdb67804dc16a91ac7acc"
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