blob: 7f990aaa3cd22cf79e196433fae67a38cca60f69 [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
Adriana Kobylak03f51f52016-05-24 16:22:47 -050024SRCREV = "64077101d9f2b6e51c897db82ffc0a399a34d15b"
Brad Bishop70436da2015-09-16 14:49:27 -040025
26S = "${WORKDIR}/git"