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" |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 15 | SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git;branch=master;protocol=https" |
Andrei Kartashev | c5682ec | 2021-12-09 12:47:57 +0300 | [diff] [blame] | 16 | SRCREV = "dcaac17c62c9dd21499c4c5e9eb8070f10786560" |