diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-15 10:50:31 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-15 10:50:33 -0400 |
commit | f5e26f37041e4e65cbe64310c138c0c1934666b6 (patch) | |
tree | 6a933b8c28d37bdb8cd302240efa8a5c4955d1f6 | |
parent | 3a9e24110147f270719018222502559920b2a7a8 (diff) | |
download | meta-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.bb | 4 |
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 | ||
17 | PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" | 17 | PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}" |
18 | 18 | ||
19 | SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6" | 19 | SRCREV = "8a726de7d060cdfff0335f16eaceaacf9438eb3d" |
20 | SRC_URI = " \ | 20 | SRC_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 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||
31 | PV = "3.0-rc2+git${SRCPV}" | 31 | PV = "3.0.1+git${SRCPV}" |
32 | 32 | ||
33 | PACKAGES =+ "${PN}-contrib" | 33 | PACKAGES =+ "${PN}-contrib" |
34 | 34 | ||