blob: 6a8820b9295235ea8bf5a26bad6192d81aa2f589 [file] [log] [blame]
Brad Bishop5ef5aa32015-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 Bishop693b7b02015-11-13 09:11:20 -050017 python-rocket \
18 python-bottle \
Brad Bishop5ef5aa32015-10-27 17:13:26 -040019 "
Chris Austenb70cb7e2015-12-02 22:32:06 -060020SRC_URI += "git://github.com/openbmc/phosphor-rest-server"
Brad Bishop5ef5aa32015-10-27 17:13:26 -040021
Brad Bishop69957242015-11-30 10:45:34 -050022SRCREV = "34cae732597fb3d4b18a23b6494efdbfeca2033b"
Brad Bishop5ef5aa32015-10-27 17:13:26 -040023
24S = "${WORKDIR}/git"