summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch')
-rw-r--r--meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch b/meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch
new file mode 100644
index 000000000..0c4e10237
--- /dev/null
+++ b/meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch
@@ -0,0 +1,31 @@
1[PATCH] fix a building failure
2
3Upstream-Status: Inappropriate [configuration]
4
5building failed since native does not generate import_executables.cmake
6In fact, our building system will export the needed commands
7
8Signed-off-by: Roy Li <rongqing.li@windriver.com>
9---
10 CMakeLists.txt | 5 -----
11 1 file changed, 5 deletions(-)
12
13diff --git a/CMakeLists.txt b/CMakeLists.txt
14index c1ce1c5..83b3a7e 100644
15--- a/CMakeLists.txt
16+++ b/CMakeLists.txt
17@@ -350,11 +350,6 @@ MYSQL_CHECK_READLINE()
18
19 CHECK_JEMALLOC()
20
21-IF(CMAKE_CROSSCOMPILING)
22- SET(IMPORT_EXECUTABLES "IMPORTFILE-NOTFOUND" CACHE FILEPATH "Path to import_executables.cmake from a native build")
23- INCLUDE(${IMPORT_EXECUTABLES})
24-ENDIF()
25-
26 #
27 # Setup maintainer mode options by the end. Platform checks are
28 # not run with the warning options as to not perturb fragile checks
29--
301.9.1
31