diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-05-06 11:05:40 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-13 14:34:20 +0200 |
commit | 7e5326c43831bb25518abb9ed994632ff398fc38 (patch) | |
tree | c9a63e525a571b238d84d98bd7f2375c74fce47f /meta-oe | |
parent | 31f8e3940196eec1506eba2faf01d839bc883247 (diff) | |
download | meta-openembedded-7e5326c43831bb25518abb9ed994632ff398fc38.tar.gz |
mariadb: upgrade to 5.5.43
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb-native_5.5.43.bb (renamed from meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb.inc | 5 | ||||
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch | 31 | ||||
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb_5.5.43.bb (renamed from meta-oe/recipes-support/mysql/mariadb_5.5.41.bb) | 0 |
4 files changed, 34 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb b/meta-oe/recipes-support/mysql/mariadb-native_5.5.43.bb index 4ce960d7d..4ce960d7d 100644 --- a/meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb +++ b/meta-oe/recipes-support/mysql/mariadb-native_5.5.43.bb | |||
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index f385bfcda..00fa965ac 100644 --- a/meta-oe/recipes-support/mysql/mariadb.inc +++ b/meta-oe/recipes-support/mysql/mariadb.inc | |||
@@ -11,10 +11,11 @@ SRC_URI = "http://mirror.stshosting.co.uk/mariadb/mariadb-${PV}/source/mariadb-$ | |||
11 | file://my.cnf \ | 11 | file://my.cnf \ |
12 | file://mysqld.service \ | 12 | file://mysqld.service \ |
13 | file://configure.cmake-fix-valgrind.patch \ | 13 | file://configure.cmake-fix-valgrind.patch \ |
14 | file://fix-a-building-failure.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI[md5sum] = "d2415efc6a6d73d7a58f3c79bb42f2e8" | 17 | SRC_URI[md5sum] = "c8760d6b5890fc1de76c07af48092c88" |
17 | SRC_URI[sha256sum] = "a16dc62e4bcabecd5c483f2f8b657483a8c51934e7be5ad4ab21b8baea1f5332" | 18 | SRC_URI[sha256sum] = "a0709997140549154edb87c9dfab564cd4755b238251acbf42369118f9bb4d01" |
18 | 19 | ||
19 | S = "${WORKDIR}/mariadb-${PV}" | 20 | S = "${WORKDIR}/mariadb-${PV}" |
20 | 21 | ||
diff --git a/meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch b/meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch new file mode 100644 index 000000000..0c4e10237 --- /dev/null +++ b/meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch | |||
@@ -0,0 +1,31 @@ | |||
1 | [PATCH] fix a building failure | ||
2 | |||
3 | Upstream-Status: Inappropriate [configuration] | ||
4 | |||
5 | building failed since native does not generate import_executables.cmake | ||
6 | In fact, our building system will export the needed commands | ||
7 | |||
8 | Signed-off-by: Roy Li <rongqing.li@windriver.com> | ||
9 | --- | ||
10 | CMakeLists.txt | 5 ----- | ||
11 | 1 file changed, 5 deletions(-) | ||
12 | |||
13 | diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
14 | index 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 | -- | ||
30 | 1.9.1 | ||
31 | |||
diff --git a/meta-oe/recipes-support/mysql/mariadb_5.5.41.bb b/meta-oe/recipes-support/mysql/mariadb_5.5.43.bb index 8f998a3a5..8f998a3a5 100644 --- a/meta-oe/recipes-support/mysql/mariadb_5.5.41.bb +++ b/meta-oe/recipes-support/mysql/mariadb_5.5.43.bb | |||