meta-openpower: update DEPENDS for sdbusplus-native
sdbusplus has changed the package layout so that sdbusplus-native and
sdbus++-native are now ${PYTHON_PN}-sdbus++-native. Update recipes
that need to use sdbus++ (or its associated python modules) or remove
the DEPENDS if it is no longer necessary.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie622f3f6591605dcce77a5c191fe4ec57d5d2a41
diff --git a/recipes-phosphor/occ/openpower-occ-control_git.bb b/recipes-phosphor/occ/openpower-occ-control_git.bb
index 0f90160..9fcf93b 100644
--- a/recipes-phosphor/occ/openpower-occ-control_git.bb
+++ b/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -26,7 +26,7 @@
DEPENDS += "virtual/${PN}-config-native"
DEPENDS += " \
sdbusplus \
- sdbusplus-native \
+ ${PYTHON_PN}-sdbus++-native \
phosphor-logging \
phosphor-dbus-interfaces \
autoconf-archive-native \