Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor DBUS REST Server" |
| 2 | DESCRIPTION = "Phosphor DBUS REST manager." |
| 3 | HOMEPAGE = "http://github.com/openbmc/phosphor-rest-server" |
| 4 | PR = "r1" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" |
| 7 | |
| 8 | inherit allarch |
| 9 | inherit obmc-phosphor-systemd |
| 10 | inherit setuptools |
| 11 | |
| 12 | RDEPENDS_${PN} += " \ |
| 13 | python-xml \ |
| 14 | python-dbus \ |
| 15 | python-pygobject \ |
Brad Bishop | f668817 | 2016-04-15 09:41:54 -0400 | [diff] [blame] | 16 | obmc-mapper \ |
| 17 | python-rocket \ |
| 18 | python-bottle \ |
| 19 | python-spwd \ |
Brad Bishop | 5c9e6b1 | 2016-04-29 16:19:14 -0400 | [diff] [blame] | 20 | pyphosphor \ |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 21 | " |
Chris Austen | 350def1 | 2015-12-02 22:32:06 -0600 | [diff] [blame] | 22 | SRC_URI += "git://github.com/openbmc/phosphor-rest-server" |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 23 | |
Brad Bishop | 5c9e6b1 | 2016-04-29 16:19:14 -0400 | [diff] [blame] | 24 | SRCREV = "b41507f3b9c9a79ccd0ef6f48ac839b306a604b7" |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 25 | |
| 26 | S = "${WORKDIR}/git" |