blob: a8f82cb1a7788c8a9207a7e1eeb2bd8f151f4862 [file] [log] [blame]
Brad Bishop0a81db02016-08-30 00:46:40 -04001SUMMARY = "Phosphor DBUS to REST WSGI Application"
2DESCRIPTION = "Phosphor DBUS to REST WSGI Application."
Brad Bishop5da85642015-10-27 17:13:26 -04003HOMEPAGE = "http://github.com/openbmc/phosphor-rest-server"
4PR = "r1"
5LICENSE = "Apache-2.0"
Brad Bishop0a81db02016-08-30 00:46:40 -04006LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
Brad Bishop5da85642015-10-27 17:13:26 -04007
8inherit allarch
9inherit obmc-phosphor-systemd
10inherit setuptools
11
Brad Bishop0a81db02016-08-30 00:46:40 -040012RRECOMMENDS_${PN} += "virtual-obmc-wsgihost"
13
Brad Bishop5da85642015-10-27 17:13:26 -040014RDEPENDS_${PN} += " \
15 python-xml \
16 python-dbus \
Brad Bishopf6688172016-04-15 09:41:54 -040017 obmc-mapper \
Brad Bishopf6688172016-04-15 09:41:54 -040018 python-bottle \
19 python-spwd \
Brad Bishop1b4e4472016-08-29 21:47:04 -040020 pyphosphor-utils \
21 pyphosphor-dbus \
Brad Bishop0a81db02016-08-30 00:46:40 -040022 pyphosphor-wsgi-apps-ns \
Brad Bishop5da85642015-10-27 17:13:26 -040023 "
Chris Austen350def12015-12-02 22:32:06 -060024SRC_URI += "git://github.com/openbmc/phosphor-rest-server"
Brad Bishop5da85642015-10-27 17:13:26 -040025
Patrick Williamsa8bbcb02016-09-12 13:50:05 -050026SRCREV = "dc3fbfa7d1861a4bb65fb284228a6ea155ba37a5"
Brad Bishop5da85642015-10-27 17:13:26 -040027
Brad Bishop0a81db02016-08-30 00:46:40 -040028S = "${WORKDIR}/git/module"
29SYSTEMD_SERVICE_${PN} = ""
30SYSTEMD_OVERRIDE_${PN} += "rest-dbus.conf:obmc-mapper.target.d/rest-dbus.conf"
31SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/wsgi_app"