Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC REST framework" |
| 2 | DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon." |
| 3 | HOMEPAGE = "http://github.com/openbmc/rest-dbus" |
| 4 | PR = "r1" |
| 5 | |
| 6 | inherit allarch |
| 7 | inherit obmc-phosphor-license |
| 8 | inherit obmc-phosphor-systemd |
Brad Bishop | 88648b9 | 2015-11-01 21:32:48 -0500 | [diff] [blame] | 9 | inherit setuptools |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 10 | |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 11 | RDEPENDS_${PN} += " \ |
| 12 | python-netserver \ |
| 13 | python-json \ |
| 14 | python-dbus \ |
| 15 | python-xml \ |
Brad Bishop | 88648b9 | 2015-11-01 21:32:48 -0500 | [diff] [blame] | 16 | obmc-mapper \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 17 | " |
Brad Bishop | 88648b9 | 2015-11-01 21:32:48 -0500 | [diff] [blame] | 18 | |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 19 | SRC_URI += " \ |
| 20 | git://github.com/openbmc/rest-dbus.git \ |
Brad Bishop | 88648b9 | 2015-11-01 21:32:48 -0500 | [diff] [blame] | 21 | file://rest-dbus.service \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 22 | " |
| 23 | |
Brad Bishop | 88648b9 | 2015-11-01 21:32:48 -0500 | [diff] [blame] | 24 | SRCREV = "b10a57e2f34e94b13697328cc22f876f738feb0e" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 25 | |
| 26 | S = "${WORKDIR}/git" |