Recipe update to enable ibm-dbus-interfaces

This commit updates the recipe for phosphor-dbus-interface to
enable ibm-dbus-interface flag irrespective of the machine type.

This was required as in case of native build the flag is not set
enabled.

Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
Change-Id: I3eff47c13ea8561b71947312019524c654034024
diff --git a/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend b/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
index bfc7897..60c3334 100644
--- a/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
+++ b/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
@@ -1 +1 @@
-EXTRA_OECONF_append_rainier = " --enable-ibm-dbus-interfaces"
+EXTRA_OECONF += " --enable-ibm-dbus-interfaces"