Re: [meta-virtualization] [PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI
Bruce Ashfield <[email protected]> Fri, 24 Apr 2026 02:14:34 +0000
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
I've always kept this on libpod by choice. I liked how it showed the years that podman has been integrated and running in our ecosystem. That being said, I'm ok with finally letting go of it, so I've applied the patch. Bruce In message: [meta-virtualization] [PATCH meta-virtualization][PATCH 2/2] podman: update SRC_URI on 23/04/2026 Patrick Vogelaar via B4 Relay via lists.yoctoproject.org wrote: > 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 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#9731): https://lists.yoctoproject.org/g/meta-virtualization/message/9731 > Mute This Topic: https://lists.yoctoproject.org/mt/118978970/1050810 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- >