summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic-core
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-02-26 11:41:54 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-26 08:14:44 -0800
commit39028d0d9da7aef2dd547f76dd5f9b02b0209c00 (patch)
treec0733099144d96377011377fc441e40800228e1c /meta-python/recipes-devtools/python/python3-pydantic-core
parentfd7555efd4e65830d62ecd97701bf138bc6cf85d (diff)
downloadmeta-openembedded-39028d0d9da7aef2dd547f76dd5f9b02b0209c00.tar.gz
python3-pybind11: Restore strip prevention patch
The patch which removed the pybind11_strip() call from provisioned pybind11*Tools.cmake files was dropped in commit 5c455804aede17e0ea0cbb7ab55f8580f912e664 ("python3-pybind11: Upgrade to 2.10.3"). However this change delegated the requirement to set CMAKE_BUILD_TYPE as 'Debug' or 'RelWithDebInfo' (or as unset) to the cmake utilizing packages which have build time dependency on python3-pybind11, failure to do which causes following kind of BitBake failure with Yocto: ERROR: foobar-1.0.0-r0 do_package: QA Issue: File '/usr/lib/python3.11/site-packages/foobar.so' from foobar was already stripped, this will prevent future debugging! [already-stripped] Restore the patch so that the stripping is delegated to Yocto once more, allowing depending cmake packages to work out of the box also when they use 'Release' or 'MinSizeRel' as CMAKE_BUILD_TYPE by default. Signed-off-by: Joonas Salonpää <joonas.salonpaa@vaisala.com> Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core')
0 files changed, 0 insertions, 0 deletions