blob: a4ac9fc9923e1991364f99595a25a0b4fcf87cdf [file] [log] [blame]
Brad Bishop5492faa2018-02-27 19:26:29 -05001SUMMARY = "python-gevent startup script"
2DESCRIPTION = "python-gevent startup script."
Brad Bishopf2dd5522016-08-30 08:54:14 -04003PR = "r1"
Patrick Venture09dbfbd2018-10-03 13:17:22 -07004PV = "1.0+git${SRCPV}"
Brad Bishopf2dd5522016-08-30 08:54:14 -04005
6inherit allarch
7inherit setuptools
8inherit obmc-phosphor-systemd
9
Patrick Williamsa981b102017-03-01 21:25:36 -060010require phosphor-rest.inc
11
Brad Bishopf2dd5522016-08-30 08:54:14 -040012PROVIDES += "virtual/obmc-wsgihost"
13RPROVIDES_${PN} += "virtual-obmc-wsgihost"
14
15RDEPENDS_${PN} += " \
16 python-gevent \
17 "
Dhruvaraj Subhashchandran1ea01342017-10-12 04:43:17 -050018RRECOMMENDS_${PN} += "python-gevent-websocket"
19
Brad Bishopf2dd5522016-08-30 08:54:14 -040020S = "${WORKDIR}/git/servers/gevent"
21
Chris Austen7584d432017-09-29 18:30:03 -050022SYSTEMD_SERVICE_${PN} += " ${PN}.service ${PN}.socket"