summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-extended
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-12 14:06:43 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-12 14:09:49 -0500
commit13b8afa16c405cd8f977dc4f172190954cd1a9bf (patch)
tree7711e7e9530ac884d417e3199eb97a083606a587 /meta-phosphor/common/recipes-extended
parent6957cbf0e547b42bbc4e5c94007aa2229a5a25d2 (diff)
downloadtalos-openbmc-13b8afa16c405cd8f977dc4f172190954cd1a9bf.tar.gz
talos-openbmc-13b8afa16c405cd8f977dc4f172190954cd1a9bf.zip
Apply sdbus++ runtime deps to the correct pkg
sdbus++ runtime dependencies were being applied to the sdbusplus package, which at the moment is empty, and eventually will be a shared library. Apply python runtime dependencies to the sdbus++ package rather than sdbusplus. Change-Id: I1f51d2160175031e1526f50fb47118a315a241bd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-extended')
-rw-r--r--meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
index eda2b95ee..160508ec2 100644
--- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -9,7 +9,7 @@ inherit autotools pkgconfig
inherit obmc-phosphor-python-autotools
DEPENDS += "autoconf-archive-native"
-RDEPENDS_${PN} += " \
+RDEPENDS_sdbus++ += " \
python-inflection \
python-mako \
python-pyyaml \
OpenPOWER on IntegriCloud