merged. I had also tried to fix this in December, but couldn't come up with anything better than ignoring the warning.
Bruce In message: [meta-virtualization][PATCH] libvirt: skip buildpath QA check for libvirt-python-dbg on 20/01/2023 Xiangyu Chen wrote: > From: Xiangyu Chen <[email protected]> > > The /usr/lib64/python3.11/site-packages/.debug/libvirtmod_lxc*.so > libraries with build path embedded, and the setup.py doesn't respect > our CFLAGS with -ffile-prefix-map argument, so try to skip the > libvirt-python-dbg buildpath check until that solved. > > Signed-off-by: Xiangyu Chen <[email protected]> > --- > recipes-extended/libvirt/libvirt-python.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/recipes-extended/libvirt/libvirt-python.inc > b/recipes-extended/libvirt/libvirt-python.inc > index 6e2c367..772decb 100644 > --- a/recipes-extended/libvirt/libvirt-python.inc > +++ b/recipes-extended/libvirt/libvirt-python.inc > @@ -15,6 +15,9 @@ FILES:${PN}-python-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" > FILES:${PN}-python-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/" > FILES:${PN}-python = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*" > > +# Currently the libvirt-python debug libraries contain buildpaths > +INSANE_SKIP:${PN}-dbg += "buildpaths" > + > SRC_URI += > "http://libvirt.org/sources/python/libvirt-python-${PV}.tar.gz;name=libvirt_python" > > SRC_URI[libvirt_python.sha256sum] = > "a21ecfab6d29ac1bdd1bfd4aa3ef58447f9f70919aefecd03774613f65914e43" > -- > 2.34.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7828): https://lists.yoctoproject.org/g/meta-virtualization/message/7828 Mute This Topic: https://lists.yoctoproject.org/mt/96395941/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
