summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-04-04 18:29:16 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-04-05 16:03:56 -0400
commit379c7438520d6c04bd5e5e7de0268cadbb4337a4 (patch)
tree2ffd984f0e9f4c868db932b6685ed77373486cca
parent46fb24baade846203f87ba98d05e5d7f820c90fe (diff)
downloadmeta-virtualization-379c7438520d6c04bd5e5e7de0268cadbb4337a4.tar.gz
lxc: update to 5.0.2-tip
Bumping lxc to version lxc-5.0.2-1-g727adc052, which comprises the following commits: 727adc052 drop broken lxc-test-fuzzers d57173681 Release LXC 5.0.2 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index bf9ff5f3..d07d776a 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -49,7 +49,7 @@ 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 = "d571736812b89e195bee69b900fe09115a1e7e00" 52SRCREV = "727adc05220e9b8b594c5bc2124bef5b2e0abe7a"
53PV = "5.0.2+git${SRCPV}" 53PV = "5.0.2+git${SRCPV}"
54 54
55S = "${WORKDIR}/git" 55S = "${WORKDIR}/git"