Brad Bishop | 4348315 | 2016-04-15 09:53:23 -0400 | [diff] [blame] | 1 | SUMMARY = "Inventory upload" |
| 2 | DESCRIPTION = "Inventory upload." |
| 3 | HOMEPAGE = "http://github.com/openbmc/openpower-inventory-upload" |
| 4 | PR = "r1" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 7 | |
| 8 | inherit allarch |
| 9 | inherit setuptools |
| 10 | |
| 11 | RDEPENDS_${PN} += " \ |
| 12 | pyphosphor \ |
| 13 | dtc \ |
| 14 | " |
| 15 | |
| 16 | SRC_URI += "git://github.com/openbmc/openpower-inventory-upload" |
| 17 | |
| 18 | SRCREV = "5909e7859a1a56bdc902cf774093d9fae29612ea" |
| 19 | |
| 20 | S = "${WORKDIR}/git" |