Package yaml files and generated files as part of base class
Change-Id: I6a66dc2fd6d7117f1ac8b085858b911955866814
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/common/recipes-phosphor/dbus/openpower-dbus-interfaces.bb b/common/recipes-phosphor/dbus/openpower-dbus-interfaces.bb
index 7cfbce3..13a1159 100644
--- a/common/recipes-phosphor/dbus/openpower-dbus-interfaces.bb
+++ b/common/recipes-phosphor/dbus/openpower-dbus-interfaces.bb
@@ -7,14 +7,11 @@
inherit autotools pkgconfig
inherit obmc-phosphor-license
inherit pythonnative
+inherit phosphor-dbus-yaml
DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbus++-native"
-PACKAGE_BEFORE_PN = "${PN}-yaml"
-
-FILES_${PN}-yaml = "${datadir}/${PN}/yaml"
-
SRC_URI += "git://github.com/openbmc/openpower-dbus-interfaces"
SRCREV = "b331f56c416812b20c1a338b3ffdce32d169a0c1"