blob: 25bc952699a46aadac92e16557059ffa3bc06173 [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"
Patrick Venture80a2b4e2018-10-02 19:14:43 -07004PV = "1.0+git${SRCPV}"
Matt Spinler028c8ea2017-10-04 13:07:06 -05005LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
7
Matt Spinler41d3c842017-03-10 15:08:56 -06008S = "${WORKDIR}/git"
9
Matt Spinler1afe9162017-09-18 15:52:40 -050010inherit autotools pkgconfig pythonnative
Matt Spinler41d3c842017-03-10 15:08:56 -060011
Matt Spinler028c8ea2017-10-04 13:07:06 -050012SRC_URI += "git://github.com/openbmc/openpower-proc-control"
Andrew Geissler2d2777b2018-06-12 12:05:02 -050013SRCREV = "6d83ddf7691fed618b8d9e871f608b8754e2134e"
Matt Spinler1afe9162017-09-18 15:52:40 -050014
15DEPENDS += " \
16 autoconf-archive-native \
17 phosphor-logging \
18 phosphor-dbus-interfaces \
19 openpower-dbus-interfaces \
20 "
21
22RDEPENDS_${PN} += " \
23 phosphor-logging \
24 phosphor-dbus-interfaces \
25 openpower-dbus-interfaces \
26 "