phosphor-logging: Add path to yaml files

Pass the path to where the phosphor-dbus-interfaces
yaml files are so that the error parser builds
the error header file.

Change-Id: I5ad1b64baaf747d4ab7859822065c76635a57a72
Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com>
diff --git a/common/recipes-phosphor/logging/phosphor-logging.bb b/common/recipes-phosphor/logging/phosphor-logging.bb
index 4feb2a8..dc90983 100644
--- a/common/recipes-phosphor/logging/phosphor-logging.bb
+++ b/common/recipes-phosphor/logging/phosphor-logging.bb
@@ -7,6 +7,7 @@
 inherit pythonnative
 inherit obmc-phosphor-license
 inherit obmc-phosphor-dbus-service
+inherit phosphor-dbus-interfaces
 
 DBUS_SERVICE_${PN} += "xyz.openbmc_project.Logging.service"
 
@@ -25,3 +26,4 @@
 
 S = "${WORKDIR}/git"
 
+EXTRA_OECONF = "YAML_DIR=${STAGING_DIR_NATIVE}${yaml_dir}"