diff options
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch b/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch index d0d6e3c730..dc34c07d31 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch +++ b/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 80be37351d995654f86b838f6b5ed47e8a90261b Mon Sep 17 00:00:00 2001 | 1 | From b6d8dbb7e930f5caa9e3e3c71706b0cf9eea7bb3 Mon Sep 17 00:00:00 2001 |
2 | From: Mingli Yu <mingli.yu@windriver.com> | 2 | From: Mingli Yu <mingli.yu@windriver.com> |
3 | Date: Fri, 23 Sep 2022 12:05:17 +0800 | 3 | Date: Fri, 23 Sep 2022 12:05:17 +0800 |
4 | Subject: [PATCH] CMakeLists.txt: not include import_executables.cmake | 4 | Subject: [PATCH] CMakeLists.txt: not include import_executables.cmake |
@@ -14,10 +14,10 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | |||
14 | 1 file changed, 5 deletions(-) | 14 | 1 file changed, 5 deletions(-) |
15 | 15 | ||
16 | diff --git a/CMakeLists.txt b/CMakeLists.txt | 16 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
17 | index f9e2b1b..34924ba 100644 | 17 | index 3828420c..ee38615a 100644 |
18 | --- a/CMakeLists.txt | 18 | --- a/CMakeLists.txt |
19 | +++ b/CMakeLists.txt | 19 | +++ b/CMakeLists.txt |
20 | @@ -394,11 +394,6 @@ CHECK_LIBFMT() | 20 | @@ -428,11 +428,6 @@ CHECK_LIBFMT() |
21 | ADD_SUBDIRECTORY(tpool) | 21 | ADD_SUBDIRECTORY(tpool) |
22 | CHECK_SYSTEMD() | 22 | CHECK_SYSTEMD() |
23 | 23 | ||
@@ -29,6 +29,3 @@ index f9e2b1b..34924ba 100644 | |||
29 | # | 29 | # |
30 | # Setup maintainer mode options. Platform checks are | 30 | # Setup maintainer mode options. Platform checks are |
31 | # not run with the warning options as to not perturb fragile checks | 31 | # not run with the warning options as to not perturb fragile checks |
32 | -- | ||
33 | 2.25.1 | ||
34 | |||