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 | 25692e7 | 2016-04-15 09:45:48 -0400 | [diff] [blame] | 16 | pyphosphor \ |
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 | 31542fe | 2016-06-08 22:27:31 -0400 | [diff] [blame] | 19 | SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket" |
| 20 | |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 21 | SRC_URI += " \ |
| 22 | git://github.com/openbmc/rest-dbus.git \ |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 23 | " |
| 24 | |
Brad Bishop | 31542fe | 2016-06-08 22:27:31 -0400 | [diff] [blame] | 25 | SRCREV = "5a65d2f605494d5c308171ba4fd1ab08d7b3a91d" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 26 | |
| 27 | S = "${WORKDIR}/git" |