blob: 5a08c7a3e288b3b0957577ce55265693f4c9de97 [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 Filippove3ffaae2021-07-21 11:39:08 +030016SRCREV = "39c37655bb777f1876cdddc4b624b38d75105b8e"