blob: c3a23610ce3dbcabc6aad7880886f085dc385186 [file] [log] [blame]
Brad Bishop7fe43db2016-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
Brad Bishopf441ae32016-05-03 10:51:48 -04009inherit obmc-phosphor-systemd
Brad Bishop7fe43db2016-04-15 09:53:23 -040010inherit setuptools
11
12RDEPENDS_${PN} += " \
Brad Bishopf441ae32016-05-03 10:51:48 -040013 python-dbus \
14 python-pygobject \
Brad Bishop7fe43db2016-04-15 09:53:23 -040015 pyphosphor \
16 dtc \
17 "
18
19SRC_URI += "git://github.com/openbmc/openpower-inventory-upload"
20
Brad Bishopf441ae32016-05-03 10:51:48 -040021SRCREV = "867e058dd246739ab9c93df64e82b7526f42d67f"
Brad Bishop7fe43db2016-04-15 09:53:23 -040022
23S = "${WORKDIR}/git"