summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-09-26 15:12:15 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-09-30 21:31:14 -0400
commitb3619dec91e171cfdd6eb0636708b45e8d3f2e93 (patch)
treece17b83aca48dacc357274ddc438bab78e488c1d
parente58badbd374169529a7b7f385ee2b07c7671988e (diff)
downloadmeta-virtualization-b3619dec91e171cfdd6eb0636708b45e8d3f2e93.tar.gz
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>
-rw-r--r--recipes-extended/libvirt/libvirt-python.inc4
-rw-r--r--recipes-extended/libvirt/libvirt/runptest.patch4
-rw-r--r--recipes-extended/libvirt/libvirt_4.7.0.bb (renamed from recipes-extended/libvirt/libvirt_4.5.0.bb)4
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
index cdc5719c..be9079d7 100644
--- a/recipes-extended/libvirt/libvirt-python.inc
+++ b/recipes-extended/libvirt/libvirt-python.inc
@@ -18,8 +18,8 @@ FILES_${PN}-python = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
18SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python" 18SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python"
19SRC_URI += "file://libvirt_api_xml_path.patch;patchdir=../libvirt-python-${PV}" 19SRC_URI += "file://libvirt_api_xml_path.patch;patchdir=../libvirt-python-${PV}"
20 20
21SRC_URI[libvirt_python.md5sum] = "0c1b66a8878d6436b036565060707f73" 21SRC_URI[libvirt_python.md5sum] = "32cf281199367aec2881c96d1bd80dc6"
22SRC_URI[libvirt_python.sha256sum] = "ef35ed6bc24d76563b1ba9b068ef5a048016726dba62a9d057fe6dfbea6b0f60" 22SRC_URI[libvirt_python.sha256sum] = "e36fee5898de3550ed7e63d5d0a8447f9d78f06574634855dee59eae27930908"
23 23
24export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml" 24export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml"
25export LIBVIRT_CFLAGS = "-I${S}/include" 25export LIBVIRT_CFLAGS = "-I${S}/include"
diff --git a/recipes-extended/libvirt/libvirt/runptest.patch b/recipes-extended/libvirt/libvirt/runptest.patch
index b900c015..457e8218 100644
--- a/recipes-extended/libvirt/libvirt/runptest.patch
+++ b/recipes-extended/libvirt/libvirt/runptest.patch
@@ -89,8 +89,8 @@ index 7b93fbd..edc1eb9 100644
89+ install * $(DEST_DIR)/tools) 89+ install * $(DEST_DIR)/tools)
90+ install -d $(DEST_DIR)/src/network 90+ install -d $(DEST_DIR)/src/network
91+ cp $(top_srcdir)/src/network/*.xml $(DEST_DIR)/src/network 91+ cp $(top_srcdir)/src/network/*.xml $(DEST_DIR)/src/network
92+ install -d $(DEST_DIR)/src/cpu 92+ install -d $(DEST_DIR)/src/cpu_map
93+ cp $(top_srcdir)/src/cpu/*.xml $(DEST_DIR)/src/cpu 93+ cp $(top_srcdir)/src/cpu_map/*.xml $(DEST_DIR)/src/cpu_map
94+ install ../src/libvirt_iohelper $(DEST_DIR)/src 94+ install ../src/libvirt_iohelper $(DEST_DIR)/src
95+ install -D ../src/libvirtd $(DEST_DIR)/src/libvirtd 95+ install -D ../src/libvirtd $(DEST_DIR)/src/libvirtd
96+ install -d $(DEST_DIR)/src/remote 96+ install -d $(DEST_DIR)/src/remote
diff --git a/recipes-extended/libvirt/libvirt_4.5.0.bb b/recipes-extended/libvirt/libvirt_4.7.0.bb
index 9cfa74a3..14565dae 100644
--- a/recipes-extended/libvirt/libvirt_4.5.0.bb
+++ b/recipes-extended/libvirt/libvirt_4.7.0.bb
@@ -37,8 +37,8 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.xz;name=libvirt \
37 file://configure.ac-search-for-rpc-rpc.h-in-the-sysroot.patch \ 37 file://configure.ac-search-for-rpc-rpc.h-in-the-sysroot.patch \
38 " 38 "
39 39
40SRC_URI[libvirt.md5sum] = "692b2d00907438ed08a68813d3177cd3" 40SRC_URI[libvirt.md5sum] = "38da6c33250dcbc0a6d68de5c758262b"
41SRC_URI[libvirt.sha256sum] = "e7e95edc0ca553046761ed55a8d01a06a3a3a4238bbeaedb3ba34680a277ab09" 41SRC_URI[libvirt.sha256sum] = "92c279f7321624ac5a37a81f8bbe8c8d2a16781da04c63c99c92d3de035767e4"
42 42
43inherit autotools gettext update-rc.d pkgconfig ptest systemd 43inherit autotools gettext update-rc.d pkgconfig ptest systemd
44 44