From f5e26f37041e4e65cbe64310c138c0c1934666b6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 15 Jun 2021 10:50:31 -0400 Subject: podman: restore _git recipe It was unoticed in the 3.0.x update to podman, that the _git was changed. That was unintended and this restores to the _git so we can more easily track changes in master and do updates. Signed-off-by: Bruce Ashfield --- 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 6fb803e4..1e7e594b 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -16,7 +16,7 @@ DEPENDS = " \ PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" -SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" +SRCREV = "8a726de7d060cdfff0335f16eaceaacf9438eb3d" SRC_URI = " \ git://github.com/containers/libpod.git;branch=v3.0 \ " @@ -28,7 +28,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "3.0-rc2+git${SRCPV}" +PV = "3.0.1+git${SRCPV}" PACKAGES =+ "${PN}-contrib" -- cgit v1.2.3-54-g00ecf