diff options
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb (renamed from meta-oe/recipes-support/mysql/mariadb-native_5.5.40.bb) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb.inc | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb/revert-fix-for-MDEV-5120.patch | 46 | ||||
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb_5.5.41.bb (renamed from meta-oe/recipes-support/mysql/mariadb_5.5.40.bb) | 0 |
4 files changed, 2 insertions, 49 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb-native_5.5.40.bb b/meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb index 4ce960d7da..4ce960d7da 100644 --- a/meta-oe/recipes-support/mysql/mariadb-native_5.5.40.bb +++ b/meta-oe/recipes-support/mysql/mariadb-native_5.5.41.bb | |||
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index a04288d6f1..cacb0d5e0f 100644 --- a/meta-oe/recipes-support/mysql/mariadb.inc +++ b/meta-oe/recipes-support/mysql/mariadb.inc | |||
| @@ -11,11 +11,10 @@ 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://revert-fix-for-MDEV-5120.patch \ | ||
| 15 | " | 14 | " |
| 16 | 15 | ||
| 17 | SRC_URI[md5sum] = "561bede89a8bd19c374dad2d8f24fdfe" | 16 | SRC_URI[md5sum] = "d2415efc6a6d73d7a58f3c79bb42f2e8" |
| 18 | SRC_URI[sha256sum] = "cbde17f4a31483143490def6fcce33310ebae49eafe92dc4ada0e7227202415a" | 17 | SRC_URI[sha256sum] = "a16dc62e4bcabecd5c483f2f8b657483a8c51934e7be5ad4ab21b8baea1f5332" |
| 19 | 18 | ||
| 20 | S = "${WORKDIR}/mariadb-${PV}" | 19 | S = "${WORKDIR}/mariadb-${PV}" |
| 21 | 20 | ||
diff --git a/meta-oe/recipes-support/mysql/mariadb/revert-fix-for-MDEV-5120.patch b/meta-oe/recipes-support/mysql/mariadb/revert-fix-for-MDEV-5120.patch deleted file mode 100644 index 41493a1c56..0000000000 --- a/meta-oe/recipes-support/mysql/mariadb/revert-fix-for-MDEV-5120.patch +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | Revert mariadb commit revno 4300 in branch 5.5 which fixes | ||
| 2 | https://mariadb.atlassian.net/browse/MDEV-5120. | ||
| 3 | |||
| 4 | ------------------------------------------------------------ | ||
| 5 | revno: 4300 | ||
| 6 | fixes bug: https://mariadb.atlassian.net/browse/MDEV-5120 | ||
| 7 | committer: Sergei Golubchik <sergii@pisem.net> | ||
| 8 | branch nick: 5.5 | ||
| 9 | timestamp: Thu 2014-10-02 11:57:40 +0200 | ||
| 10 | message: | ||
| 11 | MDEV-5120 Test suite test maria-no-logging fails | ||
| 12 | |||
| 13 | stat structure (from <sys/stat.h>) is conditionally defined | ||
| 14 | to have different layout and size depending on the defined macros. | ||
| 15 | The correct macro is defined in my_config.h, which means it MUST be | ||
| 16 | included first (or, at least before <features.h> - so, practically, | ||
| 17 | before including any system headers). | ||
| 18 | ------------------------------------------------------------ | ||
| 19 | |||
| 20 | It causes modphp fails to build. Bug MDEV-5120 is an test suite test | ||
| 21 | maria-no-logging fails. There is no side effect to revert it. | ||
| 22 | |||
| 23 | Upstream-Status: Backport | ||
| 24 | |||
| 25 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 26 | --- | ||
| 27 | --- mariadb-5.5.40/config.h.cmake.orig 2014-11-13 14:23:50.868147145 +0800 | ||
| 28 | +++ mariadb-5.5.40/config.h.cmake 2014-11-13 14:24:23.372148031 +0800 | ||
| 29 | @@ -641,17 +641,4 @@ | ||
| 30 | #cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@ | ||
| 31 | #cmakedefine TIME_T_UNSIGNED @TIME_T_UNSIGNED@ | ||
| 32 | |||
| 33 | -/* | ||
| 34 | - stat structure (from <sys/stat.h>) is conditionally defined | ||
| 35 | - to have different layout and size depending on the defined macros. | ||
| 36 | - The correct macro is defined in my_config.h, which means it MUST be | ||
| 37 | - included first (or at least before <features.h> - so, practically, | ||
| 38 | - before including any system headers). | ||
| 39 | - | ||
| 40 | - __GLIBC__ is defined in <features.h> | ||
| 41 | -*/ | ||
| 42 | -#ifdef __GLIBC__ | ||
| 43 | -#error <my_config.h> MUST be included first! | ||
| 44 | -#endif | ||
| 45 | - | ||
| 46 | #endif | ||
diff --git a/meta-oe/recipes-support/mysql/mariadb_5.5.40.bb b/meta-oe/recipes-support/mysql/mariadb_5.5.41.bb index 8f998a3a56..8f998a3a56 100644 --- a/meta-oe/recipes-support/mysql/mariadb_5.5.40.bb +++ b/meta-oe/recipes-support/mysql/mariadb_5.5.41.bb | |||
