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 |
Brad Bishop | 6a9c908 | 2016-05-03 10:51:48 -0400 | [diff] [blame] | 9 | inherit obmc-phosphor-systemd |
Brad Bishop | 4348315 | 2016-04-15 09:53:23 -0400 | [diff] [blame] | 10 | inherit setuptools |
| 11 | |
| 12 | RDEPENDS_${PN} += " \ |
Brad Bishop | 6a9c908 | 2016-05-03 10:51:48 -0400 | [diff] [blame] | 13 | python-dbus \ |
| 14 | python-pygobject \ |
Brad Bishop | 4348315 | 2016-04-15 09:53:23 -0400 | [diff] [blame] | 15 | pyphosphor \ |
| 16 | dtc \ |
| 17 | " |
| 18 | |
| 19 | SRC_URI += "git://github.com/openbmc/openpower-inventory-upload" |
| 20 | |
Adriana Kobylak | 30633da | 2016-06-09 16:29:45 -0500 | [diff] [blame^] | 21 | SRCREV = "b07de872ac18710dbf0d393a206e2598c6580f46" |
Brad Bishop | 4348315 | 2016-04-15 09:53:23 -0400 | [diff] [blame] | 22 | |
| 23 | S = "${WORKDIR}/git" |