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" |
| 4 | |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 7 | |
| 8 | S = "${WORKDIR}/git" |
| 9 | |
| 10 | inherit autotools pkgconfig |
| 11 | |
| 12 | DEPENDS += "autoconf-archive-native phosphor-logging" |
| 13 | RDEPENDS_${PN} += "phosphor-logging" |
| 14 | |
| 15 | SRC_URI += "git://github.com/openbmc/openpower-proc-control" |
Patrick Williams | 5e48a3e | 2017-03-16 15:10:02 -0500 | [diff] [blame] | 16 | SRCREV = "29ddffdc90170059713855d5428c38d4feea9196" |