meta-phosphor: phosphor-ipmi-ssif: set version to git

Rename the recipe file to add "_git" as a suffix. This sets the package
version to "git" and is standard for recipes built from git without a
specific version.

Also set the PV variable to the conventional value.

Change-Id: Ib1159bced76aae33df3eaa4308e8627e1527c4e4
Signed-off-by: Benjamin Fair <benjaminfair@google.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb
similarity index 96%
rename from meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb
rename to meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb
index 117d65a..a0055b9 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb
@@ -1,6 +1,7 @@
 SUMMARY = "Phosphor OpenBMC SSIF to DBUS"
 DESCRIPTION = "Phosphor OpenBMC SSIF to DBUS."
 PR = "r1"
+PV = "1.0+git${SRCPV}"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"