From: Wang Mingyu <[email protected]> Changelog: ========== - fixed issue #178 - added new enums from new unicode release in UBlockCode, UScriptCode - added missing wrappers for ECollationStrength and EComparisonResult - added wrapper for UIndicConjunctBreak - added support for ICU 78.1
0001-Fix-host-contamination-of-include-files.patch refreshed for 2.16 Signed-off-by: Wang Mingyu <[email protected]> --- .../0001-Fix-host-contamination-of-include-files.patch | 9 +++------ .../{python3-icu_2.15.3.bb => python3-icu_2.16.bb} | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) rename meta-python/recipes-devtools/python/{python3-icu_2.15.3.bb => python3-icu_2.16.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-icu/0001-Fix-host-contamination-of-include-files.patch b/meta-python/recipes-devtools/python/python3-icu/0001-Fix-host-contamination-of-include-files.patch index 7bb5ee58cc..d3a05972c3 100644 --- a/meta-python/recipes-devtools/python/python3-icu/0001-Fix-host-contamination-of-include-files.patch +++ b/meta-python/recipes-devtools/python/python3-icu/0001-Fix-host-contamination-of-include-files.patch @@ -1,4 +1,4 @@ -From a82fea9663f0c70cf57cd06650f400e878afc5e4 Mon Sep 17 00:00:00 2001 +From 5648531ec5f77f5270ddf5c7e49ade5c160669bc Mon Sep 17 00:00:00 2001 From: Khem Raj <[email protected]> Date: Fri, 16 Apr 2021 10:48:36 -0700 Subject: [PATCH] Fix host contamination of include files @@ -16,7 +16,7 @@ Signed-off-by: Wang Mingyu <[email protected]> 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py -index 176c9ab..0a10268 100644 +index 8a975e5..e85fdd3 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ elif platform.startswith('freebsd'): @@ -28,7 +28,7 @@ index 176c9ab..0a10268 100644 'freebsd': False, # not tested 'win32': False, # no icu-config 'sunos5': False, # not tested -@@ -277,7 +277,6 @@ setup(name="PyICU", +@@ -277,7 +277,6 @@ setup(name="pyicu", ext_modules=[Extension('icu._icu_', [filename for filename in sorted(os.listdir(os.curdir)) if filename.endswith('.cpp')], @@ -36,6 +36,3 @@ index 176c9ab..0a10268 100644 extra_compile_args=_cflags, extra_link_args=_lflags, libraries=_libraries)], --- -2.34.1 - diff --git a/meta-python/recipes-devtools/python/python3-icu_2.15.3.bb b/meta-python/recipes-devtools/python/python3-icu_2.16.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-icu_2.15.3.bb rename to meta-python/recipes-devtools/python/python3-icu_2.16.bb index 1f5cf6d042..c46e4e9f8b 100644 --- a/meta-python/recipes-devtools/python/python3-icu_2.15.3.bb +++ b/meta-python/recipes-devtools/python/python3-icu_2.16.bb @@ -10,7 +10,7 @@ DEPENDS += "icu" PYPI_PACKAGE = "pyicu" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "f32e78e1cb64d0aeb14f027e037a8944861d3114548818a6adf0081ef51aefc3" +SRC_URI[sha256sum] = "42b3a8062e3b23e927ca727e6b5e1730d86c70279834e4887152895d2eb012d9" SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121492): https://lists.openembedded.org/g/openembedded-devel/message/121492 Mute This Topic: https://lists.openembedded.org/mt/116235232/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
