diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-01-20 14:17:16 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-01-20 14:17:34 -0500 |
commit | 9adfffc3450d0377625b1f64d286d96e475e5b85 (patch) | |
tree | 8f5e43e34d6615d9769484acef0f421dd4361c9a | |
parent | 4eee3730ff98927b43498d22bad9aa8b5d2766a9 (diff) | |
download | meta-virtualization-9adfffc3450d0377625b1f64d286d96e475e5b85.tar.gz |
libvirt: uprev to 1.2.11
Other than updating the checksums, no other significant differences are
present in the 1.2.8 -> 1.2.11 update of libvirt.
Sanity testing passes, so we do the update.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.11.bb (renamed from recipes-extended/libvirt/libvirt_1.2.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.8.bb b/recipes-extended/libvirt/libvirt_1.2.11.bb index 0f4b29f0..a0f26a2e 100644 --- a/recipes-extended/libvirt/libvirt_1.2.8.bb +++ b/recipes-extended/libvirt/libvirt_1.2.11.bb | |||
@@ -32,8 +32,8 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz;name=libvirt \ | |||
32 | file://tests-allow-separated-src-and-build-dirs.patch \ | 32 | file://tests-allow-separated-src-and-build-dirs.patch \ |
33 | " | 33 | " |
34 | 34 | ||
35 | SRC_URI[libvirt.md5sum] = "75114991290f7c8f01dd5223431b9c00" | 35 | SRC_URI[libvirt.md5sum] = "616ad039f212c02f7e055c5cf28c0a76" |
36 | SRC_URI[libvirt.sha256sum] = "0049940b013ea5858b53d9b540c9df9cc3c8cb08750acfd96e9991a1f709e100" | 36 | SRC_URI[libvirt.sha256sum] = "1b886429734a53fc9a201f46d77448fda963e1323246269eb0dcb4c12fb02fcc" |
37 | 37 | ||
38 | inherit autotools gettext update-rc.d pkgconfig ptest | 38 | inherit autotools gettext update-rc.d pkgconfig ptest |
39 | 39 | ||