meta-intel: 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: I0c42f972e330aa0976a6298ca6fe544704fced10
diff --git a/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces_git.bb b/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces_git.bb
index 76fb67d..cdb88bb 100644
--- a/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces_git.bb
+++ b/meta-common/recipes-phosphor/dbus/intel-dbus-interfaces_git.bb
@@ -8,27 +8,24 @@
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/intel-dbus-interfaces"
SRCREV = "b5f2dd444c5d3808d005452417e4ae2ea28624ff"
-DEPENDS_remove_class-native = "sdbus++-native"
-DEPENDS_remove_class-nativesdk = "sdbus++-native"
-
PACKAGECONFIG ??= "libintel_dbus"
PACKAGECONFIG[libintel_dbus] = " \
--enable-libintel_dbus, \
--disable-libintel_dbus, \
systemd sdbusplus, \
- libsystemd sdbusplus \
+ libsystemd \
"
PACKAGECONFIG_remove_class-native = "libintel_dbus"
PACKAGECONFIG_remove_class-nativesdk = "libintel_dbus"
-BBCLASSEXTEND += "native nativesdk"
\ No newline at end of file
+BBCLASSEXTEND += "native nativesdk"