diff options
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 6 |
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 | ||
| 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 = "bd94d84fadda7000da78e36d9865949dc8e7adb4" |
| 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.1 \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | LICENSE = "Apache-2.0" | 24 | LICENSE = "Apache-2.0" |
| @@ -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.1.0+git${SRCPV}" |
| 32 | 32 | ||
| 33 | PACKAGES =+ "${PN}-contrib" | 33 | PACKAGES =+ "${PN}-contrib" |
| 34 | 34 | ||
