BUSNAME fix for Phosphor Version Software Manager

We use type=dbus and BUSNAME in the Phosphor Version Software Manager
.service file.
Renamed the .service file to match the correct BUS name.

Fixes openbmc/openbmc#1179

Change-Id: I63ddb805c2b85672e6e28fd5321e65727695d66f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/common/recipes-phosphor/flash/phosphor-software-manager.bb b/common/recipes-phosphor/flash/phosphor-software-manager.bb
index d0c9b5e..f1d0756 100644
--- a/common/recipes-phosphor/flash/phosphor-software-manager.bb
+++ b/common/recipes-phosphor/flash/phosphor-software-manager.bb
@@ -27,7 +27,7 @@
 RDEPENDS_${PN}-version += "phosphor-dbus-interfaces sdbusplus"
 
 FILES_${PN}-version = "${sbindir}/phosphor-version-software-manager"
-DBUS_SERVICE_${PN}-version += "xyz.openbmc_project.Software.Version.service"
+DBUS_SERVICE_${PN}-version += "xyz.openbmc_project.Software.BMC.Version.service"
 
 SRC_URI += "git://github.com/openbmc/phosphor-bmc-code-mgmt"
 SRCREV = "af4759e828690e51035c9d11c2a6845d9bb38406"
diff --git a/common/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.Version.service b/common/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.BMC.Version.service
similarity index 100%
rename from common/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.Version.service
rename to common/recipes-phosphor/flash/phosphor-software-manager/xyz.openbmc_project.Software.BMC.Version.service