mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
python3-icu: upgrade to 2.15.3
Drop 0001-Remove-assert-checking-for-trivial-type.patch
which was resolved in upstream by:
82fa082b14
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
914561cfc2
commit
7fce82cb83
|
|
@ -1,26 +0,0 @@
|
||||||
From 3d58fb48bb1cef2177aab8e291167638993495f4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Date: Sat, 3 May 2025 21:27:34 -0700
|
|
||||||
Subject: [PATCH] Remove assert checking for trivial type
|
|
||||||
|
|
||||||
This fails with GCC-15, is_trivial is deprecated in C++26
|
|
||||||
|
|
||||||
Upstream-Status: Pending
|
|
||||||
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
---
|
|
||||||
arg.h | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/arg.h b/arg.h
|
|
||||||
index a493d11..6cb232d 100644
|
|
||||||
--- a/arg.h
|
|
||||||
+++ b/arg.h
|
|
||||||
@@ -853,7 +853,6 @@ public:
|
|
||||||
};
|
|
||||||
|
|
||||||
#define _IS_POD(T) \
|
|
||||||
- static_assert(std::is_trivial<T>::value); \
|
|
||||||
static_assert(std::is_standard_layout<T>::value)
|
|
||||||
|
|
||||||
_IS_POD(AnyPythonObject);
|
|
||||||
|
|
@ -10,10 +10,9 @@ DEPENDS += "icu"
|
||||||
PYPI_PACKAGE = "pyicu"
|
PYPI_PACKAGE = "pyicu"
|
||||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "561e77eedff17cec6839f26211f7a5ce3c071b776e8a0ec9d1207f46cbce598f"
|
SRC_URI[sha256sum] = "f32e78e1cb64d0aeb14f027e037a8944861d3114548818a6adf0081ef51aefc3"
|
||||||
|
|
||||||
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
|
inherit pkgconfig pypi python_setuptools_build_meta
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user