summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt-python.inc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-25 16:48:36 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-25 16:48:36 -0400
commit2a355647b9cbf236f54d5099928371ffb0fd8ded (patch)
tree9dd1e36892530321183bcb72df77afc6d8eca5c8 /recipes-extended/libvirt/libvirt-python.inc
parent82f8a454a37bff32b98eab004e20b9c25a818165 (diff)
downloadmeta-virtualization-2a355647b9cbf236f54d5099928371ffb0fd8ded.tar.gz
libvirt: uprev to 8.1.0
Bumping libvirt to a newer version. We drop our backported patches, update the checksums, change the meson configuration slightly and adjust the location of the systemd manipulations. Along with functionality changes and bugfixes, we pickup newer python components, so we can survive the depreciation of distutils more easily. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt-python.inc')
-rw-r--r--recipes-extended/libvirt/libvirt-python.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
index a48aaea5..6e2c3677 100644
--- a/recipes-extended/libvirt/libvirt-python.inc
+++ b/recipes-extended/libvirt/libvirt-python.inc
@@ -17,8 +17,7 @@ FILES:${PN}-python = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
17 17
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"
19 19
20SRC_URI[libvirt_python.md5sum] = "19bf22414a43d358581b9259b52047a7" 20SRC_URI[libvirt_python.sha256sum] = "a21ecfab6d29ac1bdd1bfd4aa3ef58447f9f70919aefecd03774613f65914e43"
21SRC_URI[libvirt_python.sha256sum] = "c0c3bac54c55622e17927b09cd9843869600d71842fb072c99491fe2608dcee7"
22 21
23export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml" 22export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml"
24export LIBVIRT_CFLAGS = "-I${S}/include" 23export LIBVIRT_CFLAGS = "-I${S}/include"