Deepak Kodihalli | a9cbc7e | 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 | |
Deepak Kodihalli | b9c004f | 2017-04-06 23:50:34 -0500 | [diff] [blame] | 6 | inherit autotools \ |
| 7 | pkgconfig \ |
Vishwanatha Subbanna | f434c6e | 2017-05-04 09:45:29 -0500 | [diff] [blame^] | 8 | obmc-phosphor-dbus-service \ |
| 9 | pythonnative |
Deepak Kodihalli | a9cbc7e | 2017-03-24 07:44:16 -0500 | [diff] [blame] | 10 | |
| 11 | require ${PN}.inc |
| 12 | |
| 13 | DBUS_SERVICE_${PN} += "org.open_power.OCC.PassThrough.service" |
| 14 | |
| 15 | DEPENDS += " \ |
| 16 | sdbusplus \ |
| 17 | sdbusplus-native \ |
| 18 | phosphor-logging \ |
| 19 | openpower-dbus-interfaces \ |
| 20 | openpower-dbus-interfaces-native \ |
| 21 | autoconf-archive-native \ |
| 22 | " |
| 23 | |
| 24 | RDEPENDS_${PN} += " \ |
| 25 | sdbusplus \ |
| 26 | phosphor-logging \ |
| 27 | openpower-dbus-interfaces \ |
| 28 | " |
| 29 | |
| 30 | S = "${WORKDIR}/git" |