summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-09 13:53:33 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-12 11:02:31 -0400
commitb19add379e21f7d7ae0b01d1e5e329f916fd4eb2 (patch)
tree9b1bd4c50b72f5f38c7f08569f19bd6c9d8d7550
parent940b899bc06ec81b5f42e3b87b64a4bf0d56189c (diff)
downloadmeta-virtualization-b19add379e21f7d7ae0b01d1e5e329f916fd4eb2.tar.gz
lxc: upgrade 3.1.0 -> 3.2.1
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_3.2.1.bb (renamed from recipes-containers/lxc/lxc_3.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_3.1.0.bb b/recipes-containers/lxc/lxc_3.2.1.bb
index 977583f2..585ab8fc 100644
--- a/recipes-containers/lxc/lxc_3.1.0.bb
+++ b/recipes-containers/lxc/lxc_3.2.1.bb
@@ -47,8 +47,8 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
47 file://lxc-net \ 47 file://lxc-net \
48 " 48 "
49 49
50SRC_URI[md5sum] = "e83e302a801494276f3772e687a3b8b0" 50SRC_URI[md5sum] = "4886c8d1c8e221fe526eefcb47857b85"
51SRC_URI[sha256sum] = "4d8772c25baeaea2c37a954902b88c05d1454c91c887cb6a0997258cfac3fdc5" 51SRC_URI[sha256sum] = "5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4"
52 52
53S = "${WORKDIR}/${BPN}-${PV}" 53S = "${WORKDIR}/${BPN}-${PV}"
54 54