meta-phosphor: set phosphor-pid-control as git recipe

Renamed the phosphor-pid-control.bb to phosphor-pid-control_git.bb.
This recipe is new enough that such a change should have a minimal
impact.

(From meta-phosphor rev: c311dec6f8d1b7529b431954b691cdc47e090b22)

Change-Id: I0e4c5c3188eaa8d02a968676ca29bb192f0bc1d9
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
similarity index 98%
rename from meta-phosphor/recipes-phosphor/fans/phosphor-pid-control.bb
rename to meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index f40c417..f7bc7b7 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -1,15 +1,10 @@
-HOMEPAGE = "github.com/openbmc/phosphor-pid-control"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-
 SUMMARY = "Phosphor PID Fan Control"
 DESCRIPTION = "Fan Control"
+HOMEPAGE = "github.com/openbmc/phosphor-pid-control"
 PR = "r1"
-
-SRC_URI = "git://github.com/openbmc/phosphor-pid-control"
-SRCREV = "ce15e02f6859df404cc9c1e39b40496f3e7a15f6"
-S = "${WORKDIR}/git"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit autotools pkgconfig
 inherit pythonnative
@@ -17,6 +12,10 @@
 inherit phosphor-pid-control
 inherit obmc-phosphor-ipmiprovider-symlink
 
+S = "${WORKDIR}/git"
+SRC_URI = "git://github.com/openbmc/phosphor-pid-control"
+SRCREV = "ce15e02f6859df404cc9c1e39b40496f3e7a15f6"
+
 # Each platform will need a service file that starts
 # at an appropriate time per system.  For instance, if
 # your system relies on passive dbus for fans or other