summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2015-09-08 14:51:21 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-08 10:01:51 -0400
commite9ac83952d3a5d119ee2aae8ed14795cb0a38c43 (patch)
tree5ce6bfe829c30e9509ef36f48ed901b3e60f9e2b
parent221b87ecafe21fc111972bc756e8c34516c6f483 (diff)
downloadmeta-virtualization-e9ac83952d3a5d119ee2aae8ed14795cb0a38c43.tar.gz
lxc: Uprev 1.1.2 to 1.1.3
Uprev to 1.1.3 Remove Generate-lxc-restore-net-properly.patch since related code has been removed. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_1.1.3.bb (renamed from recipes-containers/lxc/lxc_1.1.2.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-containers/lxc/lxc_1.1.2.bb b/recipes-containers/lxc/lxc_1.1.3.bb
index a20b8e4b..d1e80c46 100644
--- a/recipes-containers/lxc/lxc_1.1.2.bb
+++ b/recipes-containers/lxc/lxc_1.1.3.bb
@@ -32,12 +32,11 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
32 file://lxc-fix-B-S.patch \ 32 file://lxc-fix-B-S.patch \
33 file://lxc-busybox-add-OpenSSH-support.patch \ 33 file://lxc-busybox-add-OpenSSH-support.patch \
34 file://make-some-OpenSSH-tools-optional.patch \ 34 file://make-some-OpenSSH-tools-optional.patch \
35 file://Generate-lxc-restore-net-properly.patch \
36 file://lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch \ 35 file://lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch \
37 " 36 "
38 37
39SRC_URI[md5sum] = "3ebadacf5fe8bfe689fd7a09812b682c" 38SRC_URI[md5sum] = "197abb5a28ab0b689c737eb1951023fb"
40SRC_URI[sha256sum] = "34ba517ffd7b38a14e5d12d56a4928b78602d56311d5f47c3ef90f4e714b9604" 39SRC_URI[sha256sum] = "933b87f773ea6213c912fcd25b8f24d66fb66d285b80797dac530a8b94b7d1ad"
41 40
42S = "${WORKDIR}/${BPN}-${PV}" 41S = "${WORKDIR}/${BPN}-${PV}"
43 42