blob: 944199f174afb25c544e22f4eb15a2fecc9625af [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 \
Brad Bishop18667542016-04-15 09:41:54 -040016 obmc-mapper \
17 python-rocket \
18 python-bottle \
19 python-spwd \
Brad Bishop5ef5aa32015-10-27 17:13:26 -040020 "
Chris Austenb70cb7e2015-12-02 22:32:06 -060021SRC_URI += "git://github.com/openbmc/phosphor-rest-server"
Brad Bishop5ef5aa32015-10-27 17:13:26 -040022
Chris Austenf6b91912016-01-21 23:54:45 -060023SRCREV = "fe90e0c579edbc19699e5aa7abbe4dd29b4dd112"
Brad Bishop5ef5aa32015-10-27 17:13:26 -040024
25S = "${WORKDIR}/git"