blob: 0bc5fd2063f5dea1e327231deea7167fa2c91686 [file] [log] [blame]
Matt Spinler41d3c842017-03-10 15:08:56 -06001SUMMARY = "OpenPower procedure control"
2DESCRIPTION = "Provides procedures that run against the host chipset"
3PR = "r1"
4
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7
8S = "${WORKDIR}/git"
9
10inherit autotools pkgconfig
11
12DEPENDS += "autoconf-archive-native phosphor-logging"
13RDEPENDS_${PN} += "phosphor-logging"
14
15SRC_URI += "git://github.com/openbmc/openpower-proc-control"
Patrick Williams4e99d2c2017-07-06 16:30:06 -050016SRCREV = "23763b1a3823ae8c7591bb12788564354db5a5b0"