summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-08-29 22:44:58 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-08 14:40:01 -0400
commitc7dfa7ad12eac03c0396d632f243b8f9fa0fb8b6 (patch)
tree923bad88083e6e493f1cd8171e0ca84539f1c730 /meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
parent8a4c3b20037bbd0001962afdf066be61ff78f335 (diff)
downloadtalos-openbmc-c7dfa7ad12eac03c0396d632f243b8f9fa0fb8b6.tar.gz
talos-openbmc-c7dfa7ad12eac03c0396d632f243b8f9fa0fb8b6.zip
Rename obmc-rest to phosphor-rest
Change-Id: Ie121944a89291eaab14093cb087fbcd0290b96b6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
new file mode 100644
index 000000000..3fda832b2
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/interfaces/phosphor-rest.bb
@@ -0,0 +1,28 @@
+SUMMARY = "Phosphor DBUS REST Server"
+DESCRIPTION = "Phosphor DBUS REST manager."
+HOMEPAGE = "http://github.com/openbmc/phosphor-rest-server"
+PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
+
+inherit allarch
+inherit obmc-phosphor-systemd
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+ python-xml \
+ python-dbus \
+ python-pygobject \
+ obmc-mapper \
+ python-rocket \
+ python-bottle \
+ python-spwd \
+ python-netserver \
+ pyphosphor-utils \
+ pyphosphor-dbus \
+ "
+SRC_URI += "git://github.com/openbmc/phosphor-rest-server"
+
+SRCREV = "803c6f1be7f589043c817a2b00fac5b0af93d200"
+
+S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud