mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
libvirt: uprev v6.1.0 -> v6.3.0
Minor update bringing in new features, improvements and bug fixes. Most notable changes: - vbox: removed support for version 5.0 and 5.1 APIs - vbox: added support for version 6.0 and 6.1 APIs - qemu: Various embed driver fixes - qemu: Add virtiofs support - qemu: support disabling hotplug/unplug of PCIe devices - xen: Add support for 'passthrough' hypervisor feature Straightforward uprev, requiring patch refreshes to remove fuzz. Build and runtime behaviour is identical to older version v6.1.0. ptest summary: =================================== Testsuite summary for libvirt 6.3.0 =================================== - TOTAL: 129 - PASS: 123 - SKIP: 1 - XFAIL: 0 - FAIL: 5 - XPASS: 0 - ERROR: 0 Failed test: - virschematest - domaincapstest - qemuxml2argvtest - qemuhotplugtest - virsh-auth Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
05dd164818
commit
7b002ac180
|
@ -17,8 +17,8 @@ FILES_${PN}-python = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
|
|||
|
||||
SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python"
|
||||
|
||||
SRC_URI[libvirt_python.md5sum] = "2834626b07da6ac4ca1559abfd55c118"
|
||||
SRC_URI[libvirt_python.sha256sum] = "be644f4809c0e1d368e3ac065df3c66a26dcfe61ecb607ee9706e1799f22c35a"
|
||||
SRC_URI[libvirt_python.md5sum] = "4cf898350ee9a47f94986d402c153bdb"
|
||||
SRC_URI[libvirt_python.sha256sum] = "c772421ecc144f098f4ab15db700c62db9b9e6e76b876217edcfd62e9ce02750"
|
||||
|
||||
export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml"
|
||||
export LIBVIRT_CFLAGS = "-I${S}/include"
|
||||
|
|
|
@ -42,8 +42,8 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.xz;name=libvirt \
|
|||
file://gnutls-helper.py \
|
||||
"
|
||||
|
||||
SRC_URI[libvirt.md5sum] = "a870e63f20fac2ccf98e716d05256145"
|
||||
SRC_URI[libvirt.sha256sum] = "167c185be45560e73dd3e14ed375778b555c01455192de2dafc4d0f74fabebc0"
|
||||
SRC_URI[libvirt.md5sum] = "1bd4435f77924f5ec9928b538daf4a02"
|
||||
SRC_URI[libvirt.sha256sum] = "74069438d34082336e99a88146349e21130552b96efc3b7c562f6878127996f5"
|
||||
|
||||
inherit autotools gettext update-rc.d pkgconfig ptest systemd useradd perlnative
|
||||
USERADD_PACKAGES = "${PN}"
|
Loading…
Reference in New Issue
Block a user