summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-08-06 00:56:56 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-08-07 00:09:14 +0300
commit454ea369f06541c95a41fef9f5f4bb53bf665434 (patch)
tree285bfe18fd33abe80833ab4e935ca3dbc429fe8c
parentc76c5586b85737bb20ec385826a3c2007e42a9ea (diff)
downloadopenbmc-454ea369f06541c95a41fef9f5f4bb53bf665434.tar.xz
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
-rw-r--r--meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb1
-rw-r--r--meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb1
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb1
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb1
4 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb b/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb
index aa012a1b5f..2379f83a9c 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 += "phosphor-dbus-interfaces"
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 a212b8b072..79d78c3bb6 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 += "sdeventplus"
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 3fa1920699..b10b706393 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 += "sdeventplus"
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 0b80743321..1706fb3450 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 @@ DEPENDS:append = "\
sdbusplus \
"
SRCREV = "ce4241cb7173b41ace52a272dc6a52295f949385"
+PV = "0.1+git${SRCPV}"
PR = "r1"
SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=https;branch=master"