blob: ed5e90d12a2a9ec7c123a016a232c2b9ccadeaee [file] [log] [blame]
Matt Spinleraca1b152017-03-10 15:08:56 -06001SUMMARY = "OpenPower procedure control"
2DESCRIPTION = "Provides procedures that run against the host chipset"
3PR = "r1"
4
Matt Spinler37619cc2017-10-04 13:07:06 -05005LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7
Matt Spinleraca1b152017-03-10 15:08:56 -06008S = "${WORKDIR}/git"
9
10inherit autotools pkgconfig
11
12DEPENDS += "autoconf-archive-native phosphor-logging"
13RDEPENDS_${PN} += "phosphor-logging"
14
Matt Spinler37619cc2017-10-04 13:07:06 -050015SRC_URI += "git://github.com/openbmc/openpower-proc-control"
Andrew Geisslere1a84ca2017-10-05 17:30:04 +000016SRCREV = "ee401e9b58d234cc2e8126d264542f9f4548f2ee"