[PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI

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

Podman is hosted under github as podman and not libpod. Accessing
github.com/containers/libpod automatically forwards to
github.com/containers/podman.

This commit does not really fix a problem but reflects more the current
repository name.

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

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index fd0cd908..8e108c4e 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -18,7 +18,7 @@ DEPENDS = " \
 
 SRCREV = "9d66b48e1c9bc1f4e757384f44c4ecb2838138d7"
 SRC_URI = " \
-    git://github.com/containers/libpod.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
+    git://github.com/containers/podman.git;branch=v5.8;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
     ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'file://50-podman-rootless.conf', '', d)} \
 "
 
@@ -34,7 +34,7 @@ CVE_STATUS[CVE-2023-0778] = "fixed-version: fixed since v4.5.0"
 
 PACKAGES =+ "${PN}-contrib"
 
-PODMAN_PKG = "github.com/containers/libpod"
+PODMAN_PKG = "github.com/containers/podman"
 
 BUILDTAGS_EXTRA ?= "${@bb.utils.contains('VIRTUAL-RUNTIME_container_networking','cni','cni','',d)}"
 BUILDTAGS ?= "seccomp varlink \

-- 
2.43.0