Brad Bishop | 0a81db0 | 2016-08-30 00:46:40 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor DBUS to REST WSGI Application" |
| 2 | DESCRIPTION = "Phosphor DBUS to REST WSGI Application." |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 3 | PR = "r1" |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 4 | |
| 5 | inherit allarch |
| 6 | inherit obmc-phosphor-systemd |
| 7 | inherit setuptools |
Ratan Gupta | 653779c | 2016-10-01 14:57:15 -0500 | [diff] [blame] | 8 | inherit obmc-phosphor-discovery-service |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 9 | |
Patrick Williams | 969c16d | 2017-03-01 21:25:36 -0600 | [diff] [blame] | 10 | require phosphor-rest.inc |
| 11 | |
Brad Bishop | 0a81db0 | 2016-08-30 00:46:40 -0400 | [diff] [blame] | 12 | RRECOMMENDS_${PN} += "virtual-obmc-wsgihost" |
| 13 | |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 14 | RDEPENDS_${PN} += " \ |
| 15 | python-xml \ |
| 16 | python-dbus \ |
Brad Bishop | 1122eb0 | 2016-10-05 20:10:23 -0400 | [diff] [blame] | 17 | phosphor-mapper \ |
Brad Bishop | f668817 | 2016-04-15 09:41:54 -0400 | [diff] [blame] | 18 | python-bottle \ |
| 19 | python-spwd \ |
Brad Bishop | 1b4e447 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 20 | pyphosphor-utils \ |
| 21 | pyphosphor-dbus \ |
Brad Bishop | 0a81db0 | 2016-08-30 00:46:40 -0400 | [diff] [blame] | 22 | pyphosphor-wsgi-apps-ns \ |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 23 | " |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 24 | |
Brad Bishop | 0a81db0 | 2016-08-30 00:46:40 -0400 | [diff] [blame] | 25 | S = "${WORKDIR}/git/module" |
| 26 | SYSTEMD_SERVICE_${PN} = "" |
| 27 | SYSTEMD_OVERRIDE_${PN} += "rest-dbus.conf:obmc-mapper.target.d/rest-dbus.conf" |
| 28 | SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/wsgi_app" |
Ratan Gupta | 653779c | 2016-10-01 14:57:15 -0500 | [diff] [blame] | 29 | REGISTERED_SERVICES_${PN} += "phosphor_rest:tcp:443" |