blob: 0bb99963c4e4d0925d7a77af06c31166ba06d20d [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
Andrew Geissler6e7f3982021-11-03 10:03:03 -050010inherit pkgconfig meson
Alexander Filippov949357e2020-04-24 20:34:54 +030011
12DEPENDS += "sdbusplus"
13
14S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060015SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git;branch=master;protocol=https"
Andrei Kartashevc5682ec2021-12-09 12:47:57 +030016SRCREV = "dcaac17c62c9dd21499c4c5e9eb8070f10786560"