diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-03 21:33:01 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-04 23:18:21 -0700 |
| commit | 5f1e50c437d43ae63ea64df460bec5a7004ff75d (patch) | |
| tree | 46dc04ac757d0188026c80cfc4a5fbb8d2074ef0 /meta-python/recipes-devtools/python/python3-icu_2.15.2.bb | |
| parent | c97562863f7d57d6e10275a7616a187b7602a44e (diff) | |
| download | meta-openembedded-5f1e50c437d43ae63ea64df460bec5a7004ff75d.tar.gz | |
python3-icu: Fix build with GCC-15
drop is_trivial check
Fixes
| In file included from bases.cpp:32:
| arg.h:856:37: error: static assertion failed
| 856 | static_assert(std::is_trivial<T>::value); \
| | ~~~~~~~~~~~~~~~~~~~~^~~~~
| arg.h:859:1: note: in expansion of macro '_IS_POD'
| 859 | _IS_POD(AnyPythonObject);
| | ^~~~~~~
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-icu_2.15.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-icu_2.15.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-icu_2.15.2.bb b/meta-python/recipes-devtools/python/python3-icu_2.15.2.bb index 77013330d8..d265a20975 100644 --- a/meta-python/recipes-devtools/python/python3-icu_2.15.2.bb +++ b/meta-python/recipes-devtools/python/python3-icu_2.15.2.bb | |||
| @@ -12,7 +12,8 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | |||
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "561e77eedff17cec6839f26211f7a5ce3c071b776e8a0ec9d1207f46cbce598f" | 13 | SRC_URI[sha256sum] = "561e77eedff17cec6839f26211f7a5ce3c071b776e8a0ec9d1207f46cbce598f" |
| 14 | 14 | ||
| 15 | SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch" | 15 | SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch \ |
| 16 | file://0001-Remove-assert-checking-for-trivial-type.patch" | ||
| 16 | 17 | ||
| 17 | inherit pkgconfig pypi python_setuptools_build_meta | 18 | inherit pkgconfig pypi python_setuptools_build_meta |
| 18 | 19 | ||
