phosphor-dbus-interfaces: remove native support

The native and nativesdk packages for PDI were previously used as the
mechanism to install YAML files.  Within the image, the -native packages
are no longer used and instead there is a target -yaml package which
contains the YAML files.  As a follow up, we can now do the three items:

    * Remove nativesdk-PDI from SDK.
    * Add target PDI-yaml to the SDK.
    * Remove native/native-sdk support from PDI recipes.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Iea1c91462a2118fe1deb0e6893829961b1708d17
diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
index a3e2dcd..e111a4d 100644
--- a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
+++ b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
@@ -1,7 +1,6 @@
 RDEPENDS_${PN}_append = " \
         nativesdk-autoconf-archive \
         nativesdk-meson \
-        nativesdk-phosphor-dbus-interfaces-yaml \
         nativesdk-python3-sdbus++ \
         nativesdk-phosphor-logging-elog \
         "
diff --git a/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend b/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend
index d62dc99..8327383 100644
--- a/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend
+++ b/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend
@@ -1 +1,7 @@
-RRECOMMENDS_${PN}_append = " googletest sdbusplus phosphor-logging libstdc++-staticdev"
+RRECOMMENDS_${PN}_append = " \
+    googletest \
+    libstdc++-staticdev \
+    phosphor-dbus-interfaces-yaml \
+    phosphor-logging \
+    sdbusplus \
+    "
diff --git a/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
index b95d466..9743f3c 100644
--- a/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
+++ b/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
@@ -23,8 +23,3 @@
         systemd sdbusplus, \
         libsystemd \
         "
-
-PACKAGECONFIG_remove_class-native = "libphosphor_dbus"
-PACKAGECONFIG_remove_class-nativesdk = "libphosphor_dbus"
-
-BBCLASSEXTEND += "native nativesdk"