blob: 1dfe02708ec84f1bd5804f96a1f54f51878540cc [file] [log] [blame]
Brad Bishop70436da2015-09-16 14:49:27 -04001SUMMARY = "Phosphor OpenBMC REST framework"
2DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon."
3HOMEPAGE = "http://github.com/openbmc/rest-dbus"
4PR = "r1"
5
6inherit allarch
7inherit obmc-phosphor-license
8inherit obmc-phosphor-systemd
Brad Bishopf2e16842015-11-01 21:32:48 -05009inherit setuptools
Brad Bishop70436da2015-09-16 14:49:27 -040010
Brad Bishop70436da2015-09-16 14:49:27 -040011RDEPENDS_${PN} += " \
12 python-netserver \
13 python-json \
14 python-dbus \
15 python-xml \
Brad Bishopce549002016-04-15 09:45:48 -040016 pyphosphor \
Brad Bishop70436da2015-09-16 14:49:27 -040017 "
Brad Bishopf2e16842015-11-01 21:32:48 -050018
Brad Bishop70436da2015-09-16 14:49:27 -040019SRC_URI += " \
20 git://github.com/openbmc/rest-dbus.git \
Brad Bishopf2e16842015-11-01 21:32:48 -050021 file://rest-dbus.service \
Brad Bishop70436da2015-09-16 14:49:27 -040022 "
23
Brad Bishopf2e16842015-11-01 21:32:48 -050024SRCREV = "b10a57e2f34e94b13697328cc22f876f738feb0e"
Brad Bishop70436da2015-09-16 14:49:27 -040025
26S = "${WORKDIR}/git"