summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-09-18 15:52:40 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-10-05 14:59:45 -0500
commit20c9cd06682face965c33c3e65a73951d9f4ef0f (patch)
treebfd0774fa8bc085dff28cc640887bbc9c6744aaf /meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host
parente1a84caf5723dcb2df274b54dfba48c132038fd6 (diff)
downloadtalos-openbmc-20c9cd06682face965c33c3e65a73951d9f4ef0f.tar.gz
talos-openbmc-20c9cd06682face965c33c3e65a73951d9f4ef0f.zip
op-proc-control: Add build dependencies
Add the phosphor-dbus-interfaces and openpower-dbus-interfaces dependencies as the code is now using them. Change-Id: Ic5f532fd623d2906aaaa50c962675bbcb76cf0f3 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb18
1 files changed, 14 insertions, 4 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
index ed5e90d12..d0374f54c 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
@@ -7,10 +7,20 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
-
-DEPENDS += "autoconf-archive-native phosphor-logging"
-RDEPENDS_${PN} += "phosphor-logging"
+inherit autotools pkgconfig pythonnative
SRC_URI += "git://github.com/openbmc/openpower-proc-control"
SRCREV = "ee401e9b58d234cc2e8126d264542f9f4548f2ee"
+
+DEPENDS += " \
+ autoconf-archive-native \
+ phosphor-logging \
+ phosphor-dbus-interfaces \
+ openpower-dbus-interfaces \
+ "
+
+RDEPENDS_${PN} += " \
+ phosphor-logging \
+ phosphor-dbus-interfaces \
+ openpower-dbus-interfaces \
+ "
OpenPOWER on IntegriCloud