diff options
author | Mihaela Sendrea <mihaela.sendrea@enea.com> | 2014-04-14 15:26:20 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-15 19:44:34 -0400 |
commit | abf028895344a0e485fa194e5cac8bd7006c670b (patch) | |
tree | bff0bd4240f00bbb21624c1df55583f61abaea25 | |
parent | 10edbcd8ca1efb88bd89a45f78b31ef8a5772026 (diff) | |
download | meta-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 | " |
33 | SRC_URI[md5sum] = "87a9d168a6e55326303cce3b2cb7f82e" | 33 | SRC_URI[md5sum] = "3c7379891e45713817ec873a167070b0" |
34 | SRC_URI[sha256sum] = "0992212ddaad01dfe8c048e130566b73dd5f34191585f36bdac07a4f8a91f3bd" | 34 | SRC_URI[sha256sum] = "17d8e5b575207b4fb57da0b8ba2d13f3e5ee20ce8ccd1259d6eae4bd5ca575b1" |
35 | 35 | ||
36 | S = "${WORKDIR}/${BPN}-${PV}" | 36 | S = "${WORKDIR}/${BPN}-${PV}" |
37 | 37 | ||