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 |
| 9 | |
Brad Bishop | 70436da | 2015-09-16 14:49:27 -0400 | [diff] [blame] | 10 | RDEPENDS_${PN} += " \ |
| 11 | python-netserver \ |
| 12 | python-json \ |
| 13 | python-dbus \ |
| 14 | python-xml \ |
| 15 | " |
| 16 | SRC_URI += " \ |
| 17 | git://github.com/openbmc/rest-dbus.git \ |
| 18 | file://makefile.patch \ |
| 19 | file://resources-path.patch \ |
| 20 | file://no-session-bus.patch \ |
| 21 | " |
| 22 | |
| 23 | SRCREV = "9b0e0bab5150ccc4333ce442932f8969f365155e" |
| 24 | |
| 25 | S = "${WORKDIR}/git" |
| 26 | |
| 27 | do_install() { |
| 28 | oe_runmake prefix=${D} install |
| 29 | } |