blob: 8b4459e7c5669e869a4f666aaf8fd19a8f3aa281 [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 \
Brad Bishop3e38f5c2015-11-13 09:11:20 -050017 python-rocket \
18 python-bottle \
Brad Bishop5da85642015-10-27 17:13:26 -040019 "
20SRC_URI += " \
21 git://github.com/openbmc/phosphor-rest-server \
22 "
23
Chris Austeneb3d6112015-11-16 17:12:45 -060024SRCREV = "275ec270684cd3b946674d02462bc9ed1890360e"
Brad Bishop5da85642015-10-27 17:13:26 -040025
26S = "${WORKDIR}/git"