mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
libvirt: uprev to v4.7.0
A straight-forward uprev to the latest stable release. As usual basic runtime sanity tests have been run along with the ptests. The following is the results of the ptests: ==================================== Testsuite summary for libvirt 4.7.0 ==================================== # TOTAL: 120 # PASS: 117 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
e58badbd37
commit
b3619dec91
|
@ -18,8 +18,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 += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python"
|
||||||
SRC_URI += "file://libvirt_api_xml_path.patch;patchdir=../libvirt-python-${PV}"
|
SRC_URI += "file://libvirt_api_xml_path.patch;patchdir=../libvirt-python-${PV}"
|
||||||
|
|
||||||
SRC_URI[libvirt_python.md5sum] = "0c1b66a8878d6436b036565060707f73"
|
SRC_URI[libvirt_python.md5sum] = "32cf281199367aec2881c96d1bd80dc6"
|
||||||
SRC_URI[libvirt_python.sha256sum] = "ef35ed6bc24d76563b1ba9b068ef5a048016726dba62a9d057fe6dfbea6b0f60"
|
SRC_URI[libvirt_python.sha256sum] = "e36fee5898de3550ed7e63d5d0a8447f9d78f06574634855dee59eae27930908"
|
||||||
|
|
||||||
export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml"
|
export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml"
|
||||||
export LIBVIRT_CFLAGS = "-I${S}/include"
|
export LIBVIRT_CFLAGS = "-I${S}/include"
|
||||||
|
|
|
@ -89,8 +89,8 @@ index 7b93fbd..edc1eb9 100644
|
||||||
+ install * $(DEST_DIR)/tools)
|
+ install * $(DEST_DIR)/tools)
|
||||||
+ install -d $(DEST_DIR)/src/network
|
+ install -d $(DEST_DIR)/src/network
|
||||||
+ cp $(top_srcdir)/src/network/*.xml $(DEST_DIR)/src/network
|
+ cp $(top_srcdir)/src/network/*.xml $(DEST_DIR)/src/network
|
||||||
+ install -d $(DEST_DIR)/src/cpu
|
+ install -d $(DEST_DIR)/src/cpu_map
|
||||||
+ cp $(top_srcdir)/src/cpu/*.xml $(DEST_DIR)/src/cpu
|
+ cp $(top_srcdir)/src/cpu_map/*.xml $(DEST_DIR)/src/cpu_map
|
||||||
+ install ../src/libvirt_iohelper $(DEST_DIR)/src
|
+ install ../src/libvirt_iohelper $(DEST_DIR)/src
|
||||||
+ install -D ../src/libvirtd $(DEST_DIR)/src/libvirtd
|
+ install -D ../src/libvirtd $(DEST_DIR)/src/libvirtd
|
||||||
+ install -d $(DEST_DIR)/src/remote
|
+ install -d $(DEST_DIR)/src/remote
|
||||||
|
|
|
@ -37,8 +37,8 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.xz;name=libvirt \
|
||||||
file://configure.ac-search-for-rpc-rpc.h-in-the-sysroot.patch \
|
file://configure.ac-search-for-rpc-rpc.h-in-the-sysroot.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[libvirt.md5sum] = "692b2d00907438ed08a68813d3177cd3"
|
SRC_URI[libvirt.md5sum] = "38da6c33250dcbc0a6d68de5c758262b"
|
||||||
SRC_URI[libvirt.sha256sum] = "e7e95edc0ca553046761ed55a8d01a06a3a3a4238bbeaedb3ba34680a277ab09"
|
SRC_URI[libvirt.sha256sum] = "92c279f7321624ac5a37a81f8bbe8c8d2a16781da04c63c99c92d3de035767e4"
|
||||||
|
|
||||||
inherit autotools gettext update-rc.d pkgconfig ptest systemd
|
inherit autotools gettext update-rc.d pkgconfig ptest systemd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user