diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-01 15:41:30 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-01 15:41:30 -0400 |
| commit | 1dcd6c6406bca09ba9181795fa0486b67711ebe1 (patch) | |
| tree | c609d061cdd307624b3dce2606f50b6ffc45788a | |
| parent | b2cd5f340ea220360e3fb90282c75994d9e553ca (diff) | |
| download | meta-virtualization-1dcd6c6406bca09ba9181795fa0486b67711ebe1.tar.gz | |
podman: update to 2.0.7
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 af94f0c4..46ae9408 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -24,7 +24,7 @@ python __anonymous() { | |||
| 24 | raise bb.parse.SkipRecipe(msg) | 24 | raise bb.parse.SkipRecipe(msg) |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | SRCREV = "a11c4ead10177a66ef2810a0a92ea8ce2299da07" | 27 | SRCREV = "ce7b78a43a386d53a6e4a2688f7ce0aa99511498" |
| 28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
| 29 | git://github.com/containers/libpod.git;branch=v2.0 \ | 29 | git://github.com/containers/libpod.git;branch=v2.0 \ |
| 30 | " | 30 | " |
| @@ -36,7 +36,7 @@ GO_IMPORT = "import" | |||
| 36 | 36 | ||
| 37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
| 38 | 38 | ||
| 39 | PV = "2.0.1+git${SRCPV}" | 39 | PV = "2.0.7+git${SRCPV}" |
| 40 | 40 | ||
| 41 | PACKAGES =+ "${PN}-contrib" | 41 | PACKAGES =+ "${PN}-contrib" |
| 42 | 42 | ||
