commit | f434c6e09c83ff53fea407b992c5f00d0200bd9e | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu May 04 09:45:29 2017 -0500 |
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu May 04 09:48:14 2017 -0500 |
tree | 4064f0798ff238290ddd39e560fbc55d61ccd6eb | |
parent | 52c66b60b118d3ec72294f60e0e1810885dbff8e [diff] [blame] |
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>
diff --git a/common/recipes-phosphor/occ/openpower-occ-control.bb b/common/recipes-phosphor/occ/openpower-occ-control.bb index 488f319..58c3735 100644 --- a/common/recipes-phosphor/occ/openpower-occ-control.bb +++ b/common/recipes-phosphor/occ/openpower-occ-control.bb
@@ -5,7 +5,8 @@ inherit autotools \ pkgconfig \ - obmc-phosphor-dbus-service + obmc-phosphor-dbus-service \ + pythonnative require ${PN}.inc