Artem Senichev | 1475c05 | 2020-06-15 19:34:35 +0300 | [diff] [blame] | 1 | SUMMARY = "Command line tool for printing inventory" |
| 2 | DESCRIPTION = "YADRO OpenBMC command line tool for printing inventory list" |
| 3 | HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-lsinventory" |
| 4 | PR = "r1" |
| 5 | PV = "1.0+git${SRCPV}" |
| 6 | |
| 7 | inherit meson |
| 8 | |
| 9 | # License info |
| 10 | LICENSE = "Apache-2.0" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 12 | |
| 13 | # Dependencies |
| 14 | DEPENDS += " \ |
| 15 | json-c \ |
| 16 | sdbusplus \ |
| 17 | " |
| 18 | |
| 19 | # Source code repository |
| 20 | S = "${WORKDIR}/git" |
| 21 | SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lsinventory.git" |
| 22 | SRCREV = "d0bdf0ddd192b9d41c5c5d4af9385122b08c7608" |