summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
diff options
context:
space:
mode:
authorNagaraju Goruganti <ngorugan@in.ibm.com>2017-08-22 05:24:26 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-23 10:49:20 +0000
commit9940d4fb44d1952103e0c3cf91aa7861fc79d257 (patch)
treeaaa82b11cc5f197e986a773b7e566e507fdb4f74 /meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
parent85aab623327d57b8c9ed263ded83057f48147bb7 (diff)
downloadtalos-openbmc-9940d4fb44d1952103e0c3cf91aa7861fc79d257.tar.gz
talos-openbmc-9940d4fb44d1952103e0c3cf91aa7861fc79d257.zip
sdbusplus: fix build dependency
Build resulted in 'ImportError: No module named yaml', due to missing dependencies on python-native packages. Change-Id: If03ce0ead136b388950507d347c8bfe720f6d1fd Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb')
-rw-r--r--meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
index 0fabe027f..9360fbb0f 100644
--- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -8,7 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit autotools pkgconfig
inherit obmc-phosphor-python-autotools
-DEPENDS += "autoconf-archive-native"
+DEPENDS += " \
+ autoconf-archive-native \
+ python-inflection-native \
+ python-mako-native \
+ python-pyyaml-native \
+ "
RDEPENDS_sdbus++ += " \
python-inflection \
python-mako \
OpenPOWER on IntegriCloud