Build Fix: In repo build failure fix

old phosphor-dbus-interface was pulled, and it caused
phosphor-host-ipmid to fail. Removed the GIT tag from
phosphor-dbus-interface, so that it pulls latest one
as required.

Change-Id: I084048e127a6c3a58001acf059871ed25ca06d11
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
diff --git a/CMakeLists.txt.in b/CMakeLists.txt.in
index b805efc..1eb30cf 100644
--- a/CMakeLists.txt.in
+++ b/CMakeLists.txt.in
@@ -51,8 +51,7 @@
 externalproject_add (
     dbus-interfaces PREFIX ${CMAKE_BINARY_DIR}/phosphor-dbus-interfaces DEPENDS
     sdbusplus-project GIT_REPOSITORY
-    https://github.com/openbmc/phosphor-dbus-interfaces GIT_TAG
-    05207d69427cc5f016f08dde801b702d1461cfec SOURCE_DIR
+    https://github.com/openbmc/phosphor-dbus-interfaces SOURCE_DIR
     ${CMAKE_BINARY_DIR}/phosphor-dbus-interfaces-src BINARY_DIR
     ${CMAKE_BINARY_DIR}/phosphor-dbus-interfaces-build CONFIGURE_COMMAND cd
     ${CMAKE_BINARY_DIR}/phosphor-dbus-interfaces-src && export