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 | 1b4e447 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 16 | pyphosphor-dbus \ |
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 | |
Patrick Williams | ca43d6d | 2016-08-13 06:58:07 -0500 | [diff] [blame] | 21 | SRC_URI += "git://github.com/openbmc/rest-dbus.git" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 22 | |
Brad Bishop | 31542fe | 2016-06-08 22:27:31 -0400 | [diff] [blame] | 23 | SRCREV = "5a65d2f605494d5c308171ba4fd1ab08d7b3a91d" |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 24 | |
| 25 | S = "${WORKDIR}/git" |