1SUMMARY = "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  = "39c37655bb777f1876cdddc4b624b38d75105b8e"
17