meta-phosphor: add missing PVs

Some recipes are missing PV variables, which causes the package
version to simply be "git".  Add the typical default PV we use
elsewhere in meta-phosphor.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0c15c42f183253bac589b57761d8cef336da99a5
diff --git a/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb b/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
index aa012a1..2379f83 100644
--- a/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
+++ b/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
@@ -7,6 +7,7 @@
 DEPENDS += "sdeventplus"
 DEPENDS += "phosphor-logging"
 SRCREV = "9a31e9a4a4cbab1dbf9f18b2607de3d877900241"
+PV = "0.1+git${SRCPV}"
 PR = "r1"
 
 SRC_URI = "git://github.com/openbmc/phosphor-ecc.git;branch=master;protocol=https"
diff --git a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
index a212b8b..79d78c3 100644
--- a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
@@ -9,6 +9,7 @@
 DEPENDS += "phosphor-logging"
 DEPENDS += "nlohmann-json"
 SRCREV = "0b7a9147d69d89025d99487a397e76e88f6a7295"
+PV = "0.1+git${SRCPV}"
 PR = "r1"
 
 SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=https;branch=master"
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
index 3fa1920..b10b706 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb
@@ -9,6 +9,7 @@
 DEPENDS += "phosphor-logging"
 DEPENDS += "nlohmann-json"
 SRCREV = "839141e51099b110418d440e7886655b2c546d3f"
+PV = "0.1+git${SRCPV}"
 PR = "r1"
 
 SRC_URI = "git://github.com/openbmc/phosphor-nvme.git;protocol=https;branch=master"
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
index 0b80743..1706fb3 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
@@ -11,6 +11,7 @@
     sdbusplus \
 "
 SRCREV = "ce4241cb7173b41ace52a272dc6a52295f949385"
+PV = "0.1+git${SRCPV}"
 PR = "r1"
 
 SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=https;branch=master"