meta-phosphor: webui: rename as git

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

Change-Id: I24e9a6d8b72fbf4eee9a95c0aaef9f03e81cd93f
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/webui/phosphor-webui.bb b/recipes-phosphor/webui/phosphor-webui_git.bb
similarity index 97%
rename from recipes-phosphor/webui/phosphor-webui.bb
rename to recipes-phosphor/webui/phosphor-webui_git.bb
index 7c49399..46d5e34 100644
--- a/recipes-phosphor/webui/phosphor-webui.bb
+++ b/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"