diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-12-16 18:29:02 -0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-18 10:47:43 -0500 |
| commit | 5fb77ae4c4e1015e40257f9e59e16c497e30c53c (patch) | |
| tree | 3dea81e9b776d5b3c9d14af472b92c7ea802cb9c | |
| parent | 47c1870b4d7237e90f2b800f7dd150b394f3d302 (diff) | |
| download | meta-virtualization-5fb77ae4c4e1015e40257f9e59e16c497e30c53c.tar.gz | |
podman: upgrade 1.6.1 -> 1.6.2
Lateest upstream is 1.6.4, but neither 1.6.3 nor 1.6.4
build cleanly.
Release notes:
https://github.com/containers/libpod/releases/tag/v1.6.2
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
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 50d07eab..e73c028a 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 = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700" | 27 | SRCREV = "f3ffda1e08f19e9a6a88484136b5eed76533f21a" |
| 28 | SRC_URI = " \ | 28 | SRC_URI = " \ |
| 29 | git://github.com/containers/libpod.git;branch=master \ | 29 | git://github.com/containers/libpod.git;branch=master \ |
| 30 | " | 30 | " |
| @@ -36,7 +36,7 @@ GO_IMPORT = "import" | |||
| 36 | 36 | ||
| 37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
| 38 | 38 | ||
| 39 | PV = "1.6.1+git${SRCREV}" | 39 | PV = "1.6.2+git${SRCREV}" |
| 40 | 40 | ||
| 41 | PACKAGES =+ "${PN}-contrib" | 41 | PACKAGES =+ "${PN}-contrib" |
| 42 | 42 | ||
