summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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