Matt Spinler | aca1b15 | 2017-03-10 15:08:56 -0600 | [diff] [blame] | 1 | SUMMARY = "OpenPower procedure control" |
| 2 | DESCRIPTION = "Provides procedures that run against the host chipset" |
| 3 | PR = "r1" |
Patrick Venture | 8eb2361 | 2018-10-02 19:14:43 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Matt Spinler | 37619cc | 2017-10-04 13:07:06 -0500 | [diff] [blame] | 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 7 | |
Matt Spinler | aca1b15 | 2017-03-10 15:08:56 -0600 | [diff] [blame] | 8 | S = "${WORKDIR}/git" |
| 9 | |
Matt Spinler | 20c9cd0 | 2017-09-18 15:52:40 -0500 | [diff] [blame] | 10 | inherit autotools pkgconfig pythonnative |
Matt Spinler | aca1b15 | 2017-03-10 15:08:56 -0600 | [diff] [blame] | 11 | |
Matt Spinler | 37619cc | 2017-10-04 13:07:06 -0500 | [diff] [blame] | 12 | SRC_URI += "git://github.com/openbmc/openpower-proc-control" |
Andrew Geissler | fe5e2d3 | 2018-11-08 16:40:12 +0000 | [diff] [blame^] | 13 | SRCREV = "5970484133ac208bd3675697ac120901ea6654a7" |
Matt Spinler | 20c9cd0 | 2017-09-18 15:52:40 -0500 | [diff] [blame] | 14 | |
| 15 | DEPENDS += " \ |
| 16 | autoconf-archive-native \ |
| 17 | phosphor-logging \ |
| 18 | phosphor-dbus-interfaces \ |
| 19 | openpower-dbus-interfaces \ |
| 20 | " |
| 21 | |
| 22 | RDEPENDS_${PN} += " \ |
| 23 | phosphor-logging \ |
| 24 | phosphor-dbus-interfaces \ |
| 25 | openpower-dbus-interfaces \ |
| 26 | " |