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 | |
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 | |
| 10 | inherit autotools pkgconfig |
| 11 | |
| 12 | DEPENDS += "autoconf-archive-native phosphor-logging" |
| 13 | RDEPENDS_${PN} += "phosphor-logging" |
| 14 | |
Matt Spinler | 37619cc | 2017-10-04 13:07:06 -0500 | [diff] [blame^] | 15 | SRC_URI += "git://github.com/openbmc/openpower-proc-control" |
| 16 | SRCREV = "d8dd9b25ac65043ad0cb7734919bf96084b47831" |