Deepak Kodihalli | f98bd11 | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 1 | SUMMARY = "OpenPOWER OCC controller" |
| 2 | DESCRIPTION = "Application to contol the OpenPOWER On-Chip-Controller" |
| 3 | HOMEPAGE = "https://github.com/openbmc/openpower-occ-control" |
| 4 | PR = "r1" |
| 5 | |
| 6 | inherit autotools pkgconfig |
| 7 | |
| 8 | require ${PN}.inc |
| 9 | |
| 10 | DBUS_SERVICE_${PN} += "org.open_power.OCC.PassThrough.service" |
| 11 | |
| 12 | DEPENDS += " \ |
| 13 | sdbusplus \ |
| 14 | sdbusplus-native \ |
| 15 | phosphor-logging \ |
| 16 | openpower-dbus-interfaces \ |
| 17 | openpower-dbus-interfaces-native \ |
| 18 | autoconf-archive-native \ |
| 19 | " |
| 20 | |
| 21 | RDEPENDS_${PN} += " \ |
| 22 | sdbusplus \ |
| 23 | phosphor-logging \ |
| 24 | openpower-dbus-interfaces \ |
| 25 | " |
| 26 | |
| 27 | S = "${WORKDIR}/git" |