Warning, /packaging/yocto-meta-kde/recipes-support/libpinyin/0000-Utilize-bitbake-download-and-use-tools-from-PATH.patch is written in an unsupported language. File is not indexed.

0001 From 832f0107869472b3335e66250e85446d1767928f Mon Sep 17 00:00:00 2001
0002 From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 Date: Sun, 3 Jan 2021 11:22:47 +0100
0004 Subject: [PATCH] Utilize bitbake download and use tools from PATH
0005 
0006 ---
0007  data/CMakeLists.txt | 10 ++++------
0008  1 file changed, 4 insertions(+), 6 deletions(-)
0009 
0010 diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
0011 index d3df1d0..aec0718 100644
0012 --- a/data/CMakeLists.txt
0013 +++ b/data/CMakeLists.txt
0014 @@ -20,17 +20,17 @@ set(
0015  
0016  set(
0017      gen_binary_files_BIN
0018 -    ${CMAKE_BINARY_DIR}/utils/storage/gen_binary_files
0019 +    gen_binary_files
0020  )
0021  
0022  set(
0023      import_interpolation_BIN
0024 -    ${CMAKE_BINARY_DIR}/utils/storage/import_interpolation
0025 +    import_interpolation
0026  )
0027  
0028  set(
0029      gen_unigram_BIN
0030 -    ${CMAKE_BINARY_DIR}/utils/training/gen_unigram
0031 +    gen_unigram
0032  )
0033  
0034  add_custom_target(
0035 -- 
0036 2.27.0
0037