From 1d5f52562f30bf5c7f700b1f5db156e637a3ac75 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 5 Oct 2024 10:39:41 +0200 Subject: [PATCH] libchewing: add patch upstream status --- recipes-support/libchewing/0001-Cross-compilation-options.patch | 1 + .../libchewing/0002-Disable-genkeystroke-testapp.patch | 2 ++ 2 files changed, 3 insertions(+) diff --git a/recipes-support/libchewing/0001-Cross-compilation-options.patch b/recipes-support/libchewing/0001-Cross-compilation-options.patch index 1323d15..dea01ba 100644 --- a/recipes-support/libchewing/0001-Cross-compilation-options.patch +++ b/recipes-support/libchewing/0001-Cross-compilation-options.patch @@ -3,6 +3,7 @@ From: Andreas Cord-Landwehr Date: Mon, 4 Jan 2021 20:17:32 +0100 Subject: [PATCH] Cross-compilation options +Upstream-Status: Pending --- CMakeLists.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/recipes-support/libchewing/0002-Disable-genkeystroke-testapp.patch b/recipes-support/libchewing/0002-Disable-genkeystroke-testapp.patch index 92a365f..a35a61e 100644 --- a/recipes-support/libchewing/0002-Disable-genkeystroke-testapp.patch +++ b/recipes-support/libchewing/0002-Disable-genkeystroke-testapp.patch @@ -5,6 +5,8 @@ Subject: [PATCH 2/2] Disable genkeystroke testapp Hard comment out problematic test app instead of fixing the find module for libcurses. + +Upstream-Status: Pending --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)