summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb4
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
27SRCREV = "233d95f4f0a815f11d1c1ae9aba16781c4eb2700" 27SRCREV = "f3ffda1e08f19e9a6a88484136b5eed76533f21a"
28SRC_URI = " \ 28SRC_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
37S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
38 38
39PV = "1.6.1+git${SRCREV}" 39PV = "1.6.2+git${SRCREV}"
40 40
41PACKAGES =+ "${PN}-contrib" 41PACKAGES =+ "${PN}-contrib"
42 42