Brad Bishop | 52d4337 | 2016-08-30 08:54:14 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor Rocket startup script" |
| 2 | DESCRIPTION = "Phosphor Rocket startup script." |
Brad Bishop | 52d4337 | 2016-08-30 08:54:14 -0400 | [diff] [blame] | 3 | PR = "r1" |
Brad Bishop | 52d4337 | 2016-08-30 08:54:14 -0400 | [diff] [blame] | 4 | |
| 5 | inherit allarch |
| 6 | inherit setuptools |
| 7 | inherit obmc-phosphor-systemd |
| 8 | |
Patrick Williams | 969c16d | 2017-03-01 21:25:36 -0600 | [diff] [blame] | 9 | require phosphor-rest.inc |
| 10 | |
Brad Bishop | 52d4337 | 2016-08-30 08:54:14 -0400 | [diff] [blame] | 11 | PROVIDES += "virtual/obmc-wsgihost" |
| 12 | RPROVIDES_${PN} += "virtual-obmc-wsgihost" |
| 13 | |
| 14 | RDEPENDS_${PN} += " \ |
| 15 | python-gevent \ |
| 16 | " |
Brad Bishop | 52d4337 | 2016-08-30 08:54:14 -0400 | [diff] [blame] | 17 | |
| 18 | S = "${WORKDIR}/git/servers/gevent" |
| 19 | |
| 20 | SYSTEMD_SERVICE_${PN} += "${PN}.service ${PN}.socket" |