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 | |
| 10 | inherit meson |
| 11 | |
| 12 | DEPENDS += "sdbusplus" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git" |
Alexander Filippov | 2b5601d | 2020-09-30 12:51:31 +0300 | [diff] [blame] | 16 | SRCREV = "f76bf429d212d803cff7e4f1e3ca21097c65f18f" |