summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 62ae024c..9be98365 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -16,9 +16,9 @@ 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 = "bd94d84fadda7000da78e36d9865949dc8e7adb4"
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/containers/libpod.git;branch=v3.0 \ 21 git://github.com/containers/libpod.git;branch=v3.1 \
22" 22"
23 23
24LICENSE = "Apache-2.0" 24LICENSE = "Apache-2.0"
@@ -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.1.0+git${SRCPV}"
32 32
33PACKAGES =+ "${PN}-contrib" 33PACKAGES =+ "${PN}-contrib"
34 34