summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-15 10:50:31 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-15 10:50:33 -0400
commitf5e26f37041e4e65cbe64310c138c0c1934666b6 (patch)
tree6a933b8c28d37bdb8cd302240efa8a5c4955d1f6
parent3a9e24110147f270719018222502559920b2a7a8 (diff)
downloadmeta-virtualization-f5e26f37041e4e65cbe64310c138c0c1934666b6.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files 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 = " \
16 16
17PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" 17PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}"
18 18
19SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" 19SRCREV = "8a726de7d060cdfff0335f16eaceaacf9438eb3d"
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v3.0 \ 21 git://github.com/containers/libpod.git;branch=v3.0 \
22" 22"
@@ -28,7 +28,7 @@ GO_IMPORT = "import"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30
31PV = "3.0-rc2+git${SRCPV}" 31PV = "3.0.1+git${SRCPV}"
32 32
33PACKAGES =+ "${PN}-contrib" 33PACKAGES =+ "${PN}-contrib"
34 34