blob: afee21c5e7c0f4dbf65ea6e8a169ab8ab8d942de [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 Bishop10c2f852016-06-08 22:27:31 -040019SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
20
Brad Bishop70436da2015-09-16 14:49:27 -040021SRC_URI += " \
22 git://github.com/openbmc/rest-dbus.git \
Brad Bishop70436da2015-09-16 14:49:27 -040023 "
24
Brad Bishop10c2f852016-06-08 22:27:31 -040025SRCREV = "5a65d2f605494d5c308171ba4fd1ab08d7b3a91d"
Brad Bishop70436da2015-09-16 14:49:27 -040026
27S = "${WORKDIR}/git"