summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/lxc/lxc_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index d07d776a..53321230 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-5.0;protocol=https \
49 file://lxc-net \ 49 file://lxc-net \
50 " 50 "
51 51
52SRCREV = "727adc05220e9b8b594c5bc2124bef5b2e0abe7a" 52SRCREV = "cb8e38aca27a23964941f0f011a8919aab8bebab"
53PV = "5.0.2+git${SRCPV}" 53PV = "5.0.3+git${SRCPV}"
54 54
55S = "${WORKDIR}/git" 55S = "${WORKDIR}/git"
56 56