meta-ibm: 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: I3adc6c08bd3beb4d9c056508d14a7f696791895a
diff --git a/recipes-phosphor/dbus/ibm-dbus-interfaces_git.bb b/recipes-phosphor/dbus/ibm-dbus-interfaces_git.bb
index d22b471..99b933a 100644
--- a/recipes-phosphor/dbus/ibm-dbus-interfaces_git.bb
+++ b/recipes-phosphor/dbus/ibm-dbus-interfaces_git.bb
@@ -8,24 +8,21 @@
S = "${WORKDIR}/git"
inherit autotools pkgconfig
-inherit pythonnative
+inherit python3native
inherit phosphor-dbus-yaml
DEPENDS += "autoconf-archive-native"
-DEPENDS += "sdbus++-native"
+DEPENDS += "${PYTHON_PN}-sdbus++-native"
SRC_URI += "git://github.com/openbmc/ibm-dbus-interfaces"
SRCREV = "109271bb4de159b9cf13c56acded3eb79bff61fb"
-DEPENDS_remove_class-native = "sdbus++-native"
-DEPENDS_remove_class-nativesdk = "sdbus++-native"
-
PACKAGECONFIG ??= "libibm_dbus"
PACKAGECONFIG[libibm_dbus] = " \
--enable-libibm_dbus, \
--disable-libibm_dbus, \
systemd sdbusplus, \
- libsystemd sdbusplus \
+ libsystemd \
"
PACKAGECONFIG_remove_class-native = "libibm_dbus"