summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihaela Sendrea <mihaela.sendrea@enea.com>2014-04-14 15:26:20 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-15 19:44:34 -0400
commitabf028895344a0e485fa194e5cac8bd7006c670b (patch)
treebff0bd4240f00bbb21624c1df55583f61abaea25
parent10edbcd8ca1efb88bd89a45f78b31ef8a5772026 (diff)
downloadmeta-virtualization-abf028895344a0e485fa194e5cac8bd7006c670b.tar.gz
lxc: Update version to 1.0.1
Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_1.0.1.bb (renamed from recipes-containers/lxc/lxc_1.0.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_1.0.0.bb b/recipes-containers/lxc/lxc_1.0.1.bb
index 5a35177d..b366116d 100644
--- a/recipes-containers/lxc/lxc_1.0.0.bb
+++ b/recipes-containers/lxc/lxc_1.0.1.bb
@@ -30,8 +30,8 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
30 file://runtest.patch \ 30 file://runtest.patch \
31 file://run-ptest \ 31 file://run-ptest \
32 " 32 "
33SRC_URI[md5sum] = "87a9d168a6e55326303cce3b2cb7f82e" 33SRC_URI[md5sum] = "3c7379891e45713817ec873a167070b0"
34SRC_URI[sha256sum] = "0992212ddaad01dfe8c048e130566b73dd5f34191585f36bdac07a4f8a91f3bd" 34SRC_URI[sha256sum] = "17d8e5b575207b4fb57da0b8ba2d13f3e5ee20ce8ccd1259d6eae4bd5ca575b1"
35 35
36S = "${WORKDIR}/${BPN}-${PV}" 36S = "${WORKDIR}/${BPN}-${PV}"
37 37