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 \ |
| 16 | obmc-mapper \ |
Brad Bishop | 3e38f5c | 2015-11-13 09:11:20 -0500 | [diff] [blame] | 17 | python-rocket \ |
| 18 | python-bottle \ |
Brad Bishop | d0e0cd7 | 2015-12-02 12:13:20 -0500 | [diff] [blame] | 19 | python-spwd \ |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 20 | " |
Chris Austen | 350def1 | 2015-12-02 22:32:06 -0600 | [diff] [blame] | 21 | SRC_URI += "git://github.com/openbmc/phosphor-rest-server" |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 22 | |
Chris Austen | c0d78bb | 2016-01-21 23:54:45 -0600 | [diff] [blame] | 23 | SRCREV = "fe90e0c579edbc19699e5aa7abbe4dd29b4dd112" |
Brad Bishop | 5da8564 | 2015-10-27 17:13:26 -0400 | [diff] [blame] | 24 | |
| 25 | S = "${WORKDIR}/git" |