summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
blob: 3033a8d47622c302be03e674eca412ebe798b10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 \
        "
SRC_URI += "git://github.com/openbmc/phosphor-rest-server"

SRCREV = "34cae732597fb3d4b18a23b6494efdbfeca2033b"

S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud