Alexander Filippov | 949357e | 2020-04-24 20:34:54 +0300 | [diff] [blame] | 1 | SUMMARY = "OpenBMC YADRO list sensors tool" |
| 2 | DESCRIPTION = "The command line tool to show detailed information about \ |
| 3 | all available sensors" |
| 4 | HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-lssensors" |
| 5 | PR = "r1" |
| 6 | PV = "1.0+git${SRCPV}" |
| 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 9 | |
Andrew Geissler | 6e7f398 | 2021-11-03 10:03:03 -0500 | [diff] [blame] | 10 | inherit pkgconfig meson |
Alexander Filippov | 949357e | 2020-04-24 20:34:54 +0300 | [diff] [blame] | 11 | |
| 12 | DEPENDS += "sdbusplus" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git" |
Alexander Filippov | e3ffaae | 2021-07-21 11:39:08 +0300 | [diff] [blame] | 16 | SRCREV = "39c37655bb777f1876cdddc4b624b38d75105b8e" |