mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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>
This commit is contained in:
@@ -12,7 +12,8 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
SRC_URI[sha256sum] = "561e77eedff17cec6839f26211f7a5ce3c071b776e8a0ec9d1207f46cbce598f"
|
||||
|
||||
SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
|
||||
SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch \
|
||||
file://0001-Remove-assert-checking-for-trivial-type.patch"
|
||||
|
||||
inherit pkgconfig pypi python_setuptools_build_meta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user