blob: 779705a0b22de71f97bd18a586bc06fc5b6a5cb9 [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"
Patrick Venture5c8ce522018-10-05 15:06:19 -07005PV = "1.0+git${SRCPV}"
Brad Bishop70436da2015-09-16 14:49:27 -04006
7inherit allarch
8inherit obmc-phosphor-license
9inherit obmc-phosphor-systemd
Brad Bishopf2e16842015-11-01 21:32:48 -050010inherit setuptools
Brad Bishop70436da2015-09-16 14:49:27 -040011
Brad Bishop70436da2015-09-16 14:49:27 -040012RDEPENDS_${PN} += " \
13 python-netserver \
14 python-json \
15 python-dbus \
16 python-xml \
Brad Bishop376b0652016-08-29 21:47:04 -040017 pyphosphor-dbus \
Brad Bishop70436da2015-09-16 14:49:27 -040018 "
Brad Bishopf2e16842015-11-01 21:32:48 -050019
Brad Bishop10c2f852016-06-08 22:27:31 -040020SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
21
Patrick Williams08ea09a2016-08-13 06:58:07 -050022SRC_URI += "git://github.com/openbmc/rest-dbus.git"
Brad Bishop70436da2015-09-16 14:49:27 -040023
Andrew Geissler291d2042018-06-04 21:45:08 -050024SRCREV = "3084b80c489c10b03207c8fb97d4437fd760f30d"
Brad Bishop70436da2015-09-16 14:49:27 -040025
26S = "${WORKDIR}/git"