blob: 16aac078bae9cb27cbc910dd210df8a72dce115f [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 -040019
20S = "${WORKDIR}/git/servers/gevent"
21
22SYSTEMD_SERVICE_${PN} += "${PN}.service ${PN}.socket"