phosphor-time-manager: Rename recipe

OE norms dictate recipes that track HEAD be named:

foo_git.bb

and set PV explicitly to "x.y.z+git${SRCPV}"

Change-Id: Ic9d2b1f98e30dc8d5489e058613f6158a25fc986
Tested: Built the phosphor-time-manager recipe
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-phosphor/datetime/phosphor-time-manager.bb b/common/recipes-phosphor/datetime/phosphor-time-manager_git.bb
similarity index 97%
rename from common/recipes-phosphor/datetime/phosphor-time-manager.bb
rename to common/recipes-phosphor/datetime/phosphor-time-manager_git.bb
index 180b195..59fa7b5 100644
--- a/common/recipes-phosphor/datetime/phosphor-time-manager.bb
+++ b/common/recipes-phosphor/datetime/phosphor-time-manager_git.bb
@@ -24,6 +24,7 @@
 
 SRC_URI += "git://github.com/openbmc/phosphor-time-manager"
 SRCREV = "33752c75e8bdadf13d983e94667de72f64ba3537"
+PV = "1.0+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service"