blob: 2dfcf583fb39cbd46cf915db2ba34ede4a1f7010 [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
Brad Bishop6a9c9082016-05-03 10:51:48 -04009inherit obmc-phosphor-systemd
Brad Bishop43483152016-04-15 09:53:23 -040010inherit setuptools
11
12RDEPENDS_${PN} += " \
Brad Bishop6a9c9082016-05-03 10:51:48 -040013 python-dbus \
14 python-pygobject \
Brad Bishop43483152016-04-15 09:53:23 -040015 pyphosphor \
16 dtc \
17 "
18
19SRC_URI += "git://github.com/openbmc/openpower-inventory-upload"
20
Adriana Kobylak30633da2016-06-09 16:29:45 -050021SRCREV = "b07de872ac18710dbf0d393a206e2598c6580f46"
Brad Bishop43483152016-04-15 09:53:23 -040022
23S = "${WORKDIR}/git"