meta-google: google-ipmi-sys_git.bb: cleanup

Added the PR and PV field explicitly to bring this recipe in line with
the git recipe guidelines.

Change-Id: I3368a070ef44bbce4ff06693234240bbb08303c0
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-google/ipmi/google-ipmi-sys_git.bb b/recipes-google/ipmi/google-ipmi-sys_git.bb
index d4f4ee5..4f9a669 100644
--- a/recipes-google/ipmi/google-ipmi-sys_git.bb
+++ b/recipes-google/ipmi/google-ipmi-sys_git.bb
@@ -1,14 +1,15 @@
-HOMEPAGE = "http://github.com/openbmc/google-ipmi-sys"
 SUMMARY = "Google Sys OEM commands"
 DESCRIPTION = "Google Sys OEM commands"
+HOMEPAGE = "https://github.com/openbmc/google-ipmi-sys"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit autotools pkgconfig
 inherit systemd
 inherit obmc-phosphor-ipmiprovider-symlink
 
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-
 DEPENDS += "autoconf-archive-native"
 DEPENDS += "sdbusplus"
 DEPENDS += "phosphor-logging"