meta-phosphor: webui: rename as git

Rename phosphor-webui.bb to phosphor-webui_git.bb per OE norms.

(From meta-phosphor rev: fd8d54a24ac1cbe8d890e831735dc0a2f72fafa7)

Change-Id: I32684d859ccda690697a475e134606db72ec70cc
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/webui/phosphor-webui.bb b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
similarity index 97%
rename from meta-phosphor/recipes-phosphor/webui/phosphor-webui.bb
rename to meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
index 7c49399..46d5e34 100644
--- a/meta-phosphor/recipes-phosphor/webui/phosphor-webui.bb
+++ b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb
@@ -1,9 +1,11 @@
 # This recipe requires online access to build, as it uses NPM for dependency
 # management and resolution.
-
+PR = "r1"
+PV = "1.0+git${SRCPV}"
 LICENSE = "Apache-2.0"
-SRC_URI = "git://github.com/openbmc/phosphor-webui.git"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
+SRC_URI = "git://github.com/openbmc/phosphor-webui.git"
 SRCREV = "971ac1aaf4a7096bb20ec75db3be5755f8899906"
 S = "${WORKDIR}/git"