blob: 55d5495005099fbf7ab6882b9b76ed74a410a7ee [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"
16SRCREV = "4f55f0e21c5000d7a9e9c49cc2ad16bc6ba6463e"