diff options
-rw-r--r-- | recipes-containers/lxc/lxc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb index 09d5a05e..7b46adbc 100644 --- a/recipes-containers/lxc/lxc_git.bb +++ b/recipes-containers/lxc/lxc_git.bb | |||
@@ -49,8 +49,8 @@ SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-6.0;protocol=https \ | |||
49 | file://lxc-net \ | 49 | file://lxc-net \ |
50 | " | 50 | " |
51 | 51 | ||
52 | SRCREV = "3dee5fb88c6f77496dbcab46f31bcd891c9ee4e0" | 52 | SRCREV = "f1be0d814be5ff2cdc323eb02bd6b0dd8da676ba" |
53 | PV = "6.0.0+git" | 53 | PV = "v6.0.1" |
54 | 54 | ||
55 | S = "${WORKDIR}/git" | 55 | S = "${WORKDIR}/git" |
56 | 56 | ||