blob: 90425f4096f2e851e9bb941fede3f39574a7dd39 [file] [log] [blame]
Brad Bishop43483152016-04-15 09:53:23 -04001SUMMARY = "Inventory upload"
2DESCRIPTION = "Inventory upload."
3HOMEPAGE = "http://github.com/openbmc/openpower-inventory-upload"
4PR = "r1"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7
8inherit allarch
9inherit setuptools
10
11RDEPENDS_${PN} += " \
Brad Bishop6a9c9082016-05-03 10:51:48 -040012 python-dbus \
13 python-pygobject \
Brad Bishop43483152016-04-15 09:53:23 -040014 pyphosphor \
15 dtc \
16 "
17
18SRC_URI += "git://github.com/openbmc/openpower-inventory-upload"
19
Adriana Kobylak30633da2016-06-09 16:29:45 -050020SRCREV = "b07de872ac18710dbf0d393a206e2598c6580f46"
Brad Bishop43483152016-04-15 09:53:23 -040021
22S = "${WORKDIR}/git"