[PATCH meta-virtualization][PATCH 1/2] podman: fix PV to right version

Patrick Vogelaar via B4 Relay <[email protected]> Thu, 23 Apr 2026 23:02:04 +0200
Newsgroups org.yoctoproject.lists.meta-virtualization,org.kernel.feeds.b4-sent
Message-ID <[email protected]>
From: Patrick Vogelaar <[email protected]>

Commit 3b9ff919799daa5eccd56b481cefd61db652ab99 updated the SRCREV as well as
the branch in the SRC_URI but left PV untouched. This now sets PV to v5.8.1
which corresponds with the SRCREV.

Signed-off-by: Patrick Vogelaar <[email protected]>
---
 recipes-containers/podman/podman_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index df333dfc..fd0cd908 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3d9b931fa23ab1cacd0087f9e2ee12
 
 GO_IMPORT = "import"
 
-PV = "v5.7.1"
+PV = "v5.8.1"
 
 CVE_STATUS[CVE-2022-2989] = "fixed-version: fixed since v4.3.0"
 CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"

-- 
2.43.0