summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb42
1 files changed, 0 insertions, 42 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
deleted file mode 100644
index f18e55caa..000000000
--- a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
+++ /dev/null
@@ -1,42 +0,0 @@
-SUMMARY = "Phosphor DBUS to REST WSGI Application"
-DESCRIPTION = "Phosphor DBUS to REST WSGI Application."
-PR = "r1"
-
-inherit allarch
-inherit obmc-phosphor-systemd
-inherit setuptools
-inherit obmc-phosphor-discovery-service
-
-require phosphor-rest.inc
-
-RRECOMMENDS_${PN} += " \
- virtual-obmc-wsgihost \
- python-gevent-websocket \
- "
-
-RDEPENDS_${PN} += " \
- python-xml \
- python-dbus \
- phosphor-mapper \
- python-bottle \
- python-spwd \
- pyphosphor-utils \
- pyphosphor-dbus \
- pyphosphor-wsgi-apps-ns \
- "
-SRC_URI += "file://url_config.json \
- "
-
-FILES_${PN}_append = " ${datadir}/rest-dbus/url_config.json"
-
-S = "${WORKDIR}/git/module"
-SYSTEMD_SERVICE_${PN} = ""
-SYSTEMD_OVERRIDE_${PN} += "rest-dbus.conf:obmc-mapper.target.d/rest-dbus.conf"
-SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/wsgi_app"
-REGISTERED_SERVICES_${PN} += "phosphor_rest:tcp:443"
-
-do_install_append(){
- install -d ${D}${datadir}/rest-dbus
- install -m 0644 -D ${WORKDIR}/url_config.json \
- ${D}${datadir}/rest-dbus/url_config.json
-}
OpenPOWER on IntegriCloud