diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-27 13:50:04 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-27 13:50:07 -0500 |
commit | 85712e3a2ba93158f0f4bfebae77a309853f1dd4 (patch) | |
tree | fd0d2a4f0794d55dd8220a7c4022edbe6799a9cc /recipes-extended | |
parent | ab8011839174030fc81bbf91bec861d0a9f95c42 (diff) | |
download | meta-virtualization-85712e3a2ba93158f0f4bfebae77a309853f1dd4.tar.gz |
libvirt: update to 1.2.1
Picking up the latest bugfixes and CVEs via the 1.2.x release of
libvirt.
No external interfaces or functional changes are part of this update.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.1.bb (renamed from recipes-extended/libvirt/libvirt_1.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.0.bb b/recipes-extended/libvirt/libvirt_1.2.1.bb index f574ec51..4daddd36 100644 --- a/recipes-extended/libvirt/libvirt_1.2.0.bb +++ b/recipes-extended/libvirt/libvirt_1.2.1.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz \ | |||
24 | file://libvirtd.sh \ | 24 | file://libvirtd.sh \ |
25 | file://libvirtd.conf" | 25 | file://libvirtd.conf" |
26 | 26 | ||
27 | SRC_URI[md5sum] = "f74f78059def4e68d69b975ad6e6c3e2" | 27 | SRC_URI[md5sum] = "cce374220f67895afb6331bd2ddedbfd" |
28 | SRC_URI[sha256sum] = "a8e578ae7861db2ac5f454073293d2ef3229fd3f6c4f9029101763244db22ddd" | 28 | SRC_URI[sha256sum] = "bc29b5751bf36753c17e2fdbb75e70c7b07df3d9527586d3426e90f5f4abb898" |
29 | 29 | ||
30 | inherit autotools gettext update-rc.d pkgconfig | 30 | inherit autotools gettext update-rc.d pkgconfig |
31 | 31 | ||