diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-25 16:48:36 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-25 16:48:36 -0400 |
commit | 2a355647b9cbf236f54d5099928371ffb0fd8ded (patch) | |
tree | 9dd1e36892530321183bcb72df77afc6d8eca5c8 /recipes-extended/libvirt/libvirt-python.inc | |
parent | 82f8a454a37bff32b98eab004e20b9c25a818165 (diff) | |
download | meta-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.inc | 3 |
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 | ||
18 | SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python" | 18 | SRC_URI += "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python" |
19 | 19 | ||
20 | SRC_URI[libvirt_python.md5sum] = "19bf22414a43d358581b9259b52047a7" | 20 | SRC_URI[libvirt_python.sha256sum] = "a21ecfab6d29ac1bdd1bfd4aa3ef58447f9f70919aefecd03774613f65914e43" |
21 | SRC_URI[libvirt_python.sha256sum] = "c0c3bac54c55622e17927b09cd9843869600d71842fb072c99491fe2608dcee7" | ||
22 | 21 | ||
23 | export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml" | 22 | export LIBVIRT_API_PATH = "${S}/docs/libvirt-api.xml" |
24 | export LIBVIRT_CFLAGS = "-I${S}/include" | 23 | export LIBVIRT_CFLAGS = "-I${S}/include" |