blob: 234d3cdad686cf6e75c03c89b4c82330ff8aa71f [file] [log] [blame]
Alexander Filippov949357e2020-04-24 20:34:54 +03001SUMMARY = "OpenBMC YADRO list sensors tool"
2DESCRIPTION = "The command line tool to show detailed information about \
3 all available sensors"
4HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-lssensors"
5PR = "r1"
6PV = "1.0+git${SRCPV}"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
9
10inherit meson
11
12DEPENDS += "sdbusplus"
13
14S = "${WORKDIR}/git"
15SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git"
Alexander Filippov2b5601d2020-09-30 12:51:31 +030016SRCREV = "f76bf429d212d803cff7e4f1e3ca21097c65f18f"