Hi,
I want to upgrade the Python package version (3.10) present in yocto Kirkstone build to Python-3.11.5 version.
For this I created my own layer and inside that have added Python recipe file for 3.11.5 version and its related files.
When I bitbake the recipe for python. (bitbake python3). I encounter one error related to do_configure which says:
checking for --with-build-python... configure: error: "nativepython3" has incompatible version 3.10 (expected: 3.11).
How do I link my Python 3.11.5 with nativepython3?
//////////////////////////////////////////////////////////////////
| checking whether -lc should be explicitly linked in... no
| checking dynamic linker characteristics... GNU/Linux ld.so
| checking how to hardcode library paths into programs... immediate
| checking whether stripping libraries is possible... yes
| checking if libtool supports shared libraries... yes
| checking whether to build shared libraries... yes
| checking whether to build static libraries... yes
| checking for --with-build-python... configure: error: "nativepython3" has incompatible version 3.10 (expected: 3.11)
| NOTE: The following config.log files may provide further information.
////////////////////////////////////////////////////////////////////////