diff options
| author | Tafil Avdyli <tafil@tafhub.de> | 2026-02-19 19:31:13 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-06 10:09:01 +0530 |
| commit | a82f3ae1f351c71aff95a37c2f74e9519b024f59 (patch) | |
| tree | bb853315253cbbf538f6f3cb714dd249dafa5f69 /meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.0.bb | |
| parent | 12fc4c6584e001f89108a6691ccf2028eb05ed5a (diff) | |
| download | meta-openembedded-a82f3ae1f351c71aff95a37c2f74e9519b024f59.tar.gz | |
python3-pybind11-json: fix Targets.cmake trying to reference host
The resulting pybind11_jsonTargets.cmake in the dev-package adds an
absolute path to python include directories in the target properties:
set_target_properties(pybind11_json PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "/usr/include/python3.13;${_IMPORT_PREFIX}/include"
)
The patch removes ${PYTHON_INCLUDE_DIRS} which is set by pybind11 from
set_target_properties to remove the poisonous host path.
Signed-off-by: Tafil Avdyli <tafil@tafhub.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0332dae9bb2ff79e4a4faa45c42d96e0dccee4db)
Signed-off-by: Tafil Avdyli <tafil@tafhub.de>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.0.bb')
0 files changed, 0 insertions, 0 deletions
