Re: [oe] [PATCH 05/23] libpwquality: backport a python 3.12 compatibility patch

2024-01-10 Thread Alexander Kanavin
I guess this change needs to be rebased and restored on top of the backported patch: -- CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV) install --prefix=${DESTDIR}${prefix} -+ CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.p

Re: [oe] [PATCH 05/23] libpwquality: backport a python 3.12 compatibility patch

2024-01-10 Thread Martin Jansa
It doesn't respect libdir now, causing installed-vs-shipped e.g. in multilib builds with libdir set to /usr/lib32: ERROR: QA Issue: lib32-libpwquality: Files/directories were installed but not shipped in any package: /usr/lib/python3.11/site-packages/ pwquality.cpython-311-arm-linux-gnueabi.so

[oe] [PATCH 05/23] libpwquality: backport a python 3.12 compatibility patch

2023-12-31 Thread Alexander Kanavin
This also allows dropping a previous patch. Signed-off-by: Alexander Kanavin --- ...-Use-setuptools-instead-of-distutils.patch | 78 +++ ...missing-python-include-dir-for-cross.patch | 43 -- .../libpwquality/libpwquality_1.4.5.bb| 6 +- 3 files changed, 81 inser