summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-05-04 17:45:29 +0300
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-05-04 17:48:14 +0300
commit359eee8b5fccccfb1ffc6aadd15575e008f02673 (patch)
tree201c5593ccd30d4a5e0112475628275e35ec7058 /meta-openbmc-machines/meta-openpower
parent8c7336f9826cf0332fabf455a37250cd0aad60a0 (diff)
downloadopenbmc-359eee8b5fccccfb1ffc6aadd15575e008f02673.tar.xz
Add needed dependency to build occ-control
occ-control now runs sdbus++ and hence needs to include python Change-Id: Ief2b0c126b3f94aeeebc467bf9acb03a956b4b27 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb
index 488f319b8..58c3735de 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control.bb
@@ -5,7 +5,8 @@ PR = "r1"
inherit autotools \
pkgconfig \
- obmc-phosphor-dbus-service
+ obmc-phosphor-dbus-service \
+ pythonnative
require ${PN}.inc