From 67035a3ce63221f8fe65115b872681e95040df12 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 5 Oct 2024 10:39:59 +0200 Subject: [PATCH] libpinyin: add patch upstream status --- .../0000-Utilize-bitbake-download-and-use-tools-from-PATH.patch | 1 + .../libpinyin/0001-Optionally-install-utilities.patch | 2 ++ .../0002-Provide-option-to-use-pre-downloaded-archive.patch | 2 ++ .../libpinyin/0003-Add-option-to-disable-data-generation.patch | 2 ++ 4 files changed, 7 insertions(+) diff --git a/recipes-support/libpinyin/0000-Utilize-bitbake-download-and-use-tools-from-PATH.patch b/recipes-support/libpinyin/0000-Utilize-bitbake-download-and-use-tools-from-PATH.patch index 1b38e51..6a7f0c9 100644 --- a/recipes-support/libpinyin/0000-Utilize-bitbake-download-and-use-tools-from-PATH.patch +++ b/recipes-support/libpinyin/0000-Utilize-bitbake-download-and-use-tools-from-PATH.patch @@ -3,6 +3,7 @@ From: Andreas Cord-Landwehr Date: Sun, 3 Jan 2021 11:22:47 +0100 Subject: [PATCH] Utilize bitbake download and use tools from PATH +Upstream-Status: Pending --- data/CMakeLists.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/recipes-support/libpinyin/0001-Optionally-install-utilities.patch b/recipes-support/libpinyin/0001-Optionally-install-utilities.patch index 0187eb1..9197984 100644 --- a/recipes-support/libpinyin/0001-Optionally-install-utilities.patch +++ b/recipes-support/libpinyin/0001-Optionally-install-utilities.patch @@ -6,6 +6,8 @@ Subject: [PATCH 1/3] Optionally install utilities This option is needed for cross-compiling the library, where the utilities have to be built for the host architecture and the library for the target architecture, while utilizing the utilities. + +Upstream-Status: Pending --- CMakeLists.txt | 4 ++++ utils/storage/CMakeLists.txt | 24 ++++++++++++++++++++++++ diff --git a/recipes-support/libpinyin/0002-Provide-option-to-use-pre-downloaded-archive.patch b/recipes-support/libpinyin/0002-Provide-option-to-use-pre-downloaded-archive.patch index 06d2d2a..5faa20b 100644 --- a/recipes-support/libpinyin/0002-Provide-option-to-use-pre-downloaded-archive.patch +++ b/recipes-support/libpinyin/0002-Provide-option-to-use-pre-downloaded-archive.patch @@ -7,6 +7,8 @@ Live-download is problematic when used in packaging systems, since those systems have their own download caches. Thus, provide an option to allow separately downloading the model data and then reusing it in the build. + +Upstream-Status: Pending --- CMakeLists.txt | 1 + data/CMakeLists.txt | 42 +++++++++++++++++++++++++++++------------- diff --git a/recipes-support/libpinyin/0003-Add-option-to-disable-data-generation.patch b/recipes-support/libpinyin/0003-Add-option-to-disable-data-generation.patch index b8fc1e0..194fa17 100644 --- a/recipes-support/libpinyin/0003-Add-option-to-disable-data-generation.patch +++ b/recipes-support/libpinyin/0003-Add-option-to-disable-data-generation.patch @@ -5,6 +5,8 @@ Subject: [PATCH 3/3] Add option to disable data generation The data generation is not needed when only the library and the utilities are built. + +Upstream-Status: Pending --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)