blob: 8a747f0ab75786b0fb7011734ad82823887efd41 [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 \
Brad Bishopf6688172016-04-15 09:41:54 -040016 obmc-mapper \
17 python-rocket \
18 python-bottle \
19 python-spwd \
Adriana Kobylakbe731de2016-06-18 07:52:44 -050020 python-netserver \
Brad Bishop1b4e4472016-08-29 21:47:04 -040021 pyphosphor-utils \
22 pyphosphor-dbus \
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
Brad Bishop5c9e6b12016-04-29 16:19:14 -040026SRCREV = "b41507f3b9c9a79ccd0ef6f48ac839b306a604b7"
Brad Bishop5da85642015-10-27 17:13:26 -040027
28S = "${WORKDIR}/git"