blob: 0150571208a8027932a2ed2678ca4478d9a9c7a6 [file] [log] [blame]
Brad Bishopd1738ca2018-02-27 19:26:29 -05001SUMMARY = "python-gevent startup script"
2DESCRIPTION = "python-gevent startup script."
Brad Bishop52d43372016-08-30 08:54:14 -04003PR = "r1"
Brad Bishop52d43372016-08-30 08:54:14 -04004
5inherit allarch
6inherit setuptools
7inherit obmc-phosphor-systemd
8
Patrick Williams969c16d2017-03-01 21:25:36 -06009require phosphor-rest.inc
10
Brad Bishop52d43372016-08-30 08:54:14 -040011PROVIDES += "virtual/obmc-wsgihost"
12RPROVIDES_${PN} += "virtual-obmc-wsgihost"
13
14RDEPENDS_${PN} += " \
15 python-gevent \
16 "
Dhruvaraj Subhashchandran9737db82017-10-12 04:43:17 -050017RRECOMMENDS_${PN} += "python-gevent-websocket"
18
Brad Bishop52d43372016-08-30 08:54:14 -040019S = "${WORKDIR}/git/servers/gevent"
20
Chris Austend682a402017-09-29 18:30:03 -050021SYSTEMD_SERVICE_${PN} += " ${PN}.service ${PN}.socket"