libpinyin: add patch upstream status
This commit is contained in:
@@ -3,6 +3,7 @@ From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|||||||
Date: Sun, 3 Jan 2021 11:22:47 +0100
|
Date: Sun, 3 Jan 2021 11:22:47 +0100
|
||||||
Subject: [PATCH] Utilize bitbake download and use tools from PATH
|
Subject: [PATCH] Utilize bitbake download and use tools from PATH
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
---
|
---
|
||||||
data/CMakeLists.txt | 10 ++++------
|
data/CMakeLists.txt | 10 ++++------
|
||||||
1 file changed, 4 insertions(+), 6 deletions(-)
|
1 file changed, 4 insertions(+), 6 deletions(-)
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ Subject: [PATCH 1/3] Optionally install utilities
|
|||||||
This option is needed for cross-compiling the library, where the
|
This option is needed for cross-compiling the library, where the
|
||||||
utilities have to be built for the host architecture and the library
|
utilities have to be built for the host architecture and the library
|
||||||
for the target architecture, while utilizing the utilities.
|
for the target architecture, while utilizing the utilities.
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
---
|
---
|
||||||
CMakeLists.txt | 4 ++++
|
CMakeLists.txt | 4 ++++
|
||||||
utils/storage/CMakeLists.txt | 24 ++++++++++++++++++++++++
|
utils/storage/CMakeLists.txt | 24 ++++++++++++++++++++++++
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ Live-download is problematic when used in packaging systems, since
|
|||||||
those systems have their own download caches. Thus, provide an
|
those systems have their own download caches. Thus, provide an
|
||||||
option to allow separately downloading the model data and then
|
option to allow separately downloading the model data and then
|
||||||
reusing it in the build.
|
reusing it in the build.
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
---
|
---
|
||||||
CMakeLists.txt | 1 +
|
CMakeLists.txt | 1 +
|
||||||
data/CMakeLists.txt | 42 +++++++++++++++++++++++++++++-------------
|
data/CMakeLists.txt | 42 +++++++++++++++++++++++++++++-------------
|
||||||
|
|||||||
@@ -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
|
The data generation is not needed when only the library and the
|
||||||
utilities are built.
|
utilities are built.
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
---
|
---
|
||||||
CMakeLists.txt | 5 ++++-
|
CMakeLists.txt | 5 ++++-
|
||||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||||
|
|||||||
Reference in New Issue
Block a user