Add native/sdk classes to phosphor-dbus-interfaces

Enable native and nativesdk classes for phosphor-dbus-interfaces.
Install nativesdk-phosphor-dbus-interfaces by default in the
obmc-phosphor-image sdk.

Change-Id: Iaf134734ada106bb69254dfffa07c2af2641d9f8
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-phosphor/common/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
index e7a588e..468ed58 100644
--- a/meta-phosphor/common/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
+++ b/meta-phosphor/common/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend
@@ -1,2 +1,5 @@
-RDEPENDS_${PN}_append = " nativesdk-autoconf-archive-dev \
-        nativesdk-sdbus++"
+RDEPENDS_${PN}_append = " \
+        nativesdk-autoconf-archive-dev \
+        nativesdk-phosphor-dbus-interfaces \
+        nativesdk-sdbus++ \
+        "