blob: 0162ec5e750be2eeaebf0e6c9b402376114a4a62 [file] [log] [blame]
Brad Bishop5da85642015-10-27 17:13:26 -04001SUMMARY = "Phosphor DBUS REST Server"
2DESCRIPTION = "Phosphor DBUS REST manager."
3HOMEPAGE = "http://github.com/openbmc/phosphor-rest-server"
4PR = "r1"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
7
8inherit allarch
9inherit obmc-phosphor-systemd
10inherit setuptools
11
12RDEPENDS_${PN} += " \
13 python-xml \
14 python-dbus \
15 python-pygobject \
16 obmc-mapper \
17 "
18SRC_URI += " \
19 git://github.com/openbmc/phosphor-rest-server \
20 "
21
22SRCREV = "2f7aef50b005c16a51065984f090e787c04c0c14"
23
24S = "${WORKDIR}/git"