summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mysql/mariadb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb.inc')
-rw-r--r--meta-oe/recipes-dbs/mysql/mariadb.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index 92e54d7592..2974341bfe 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -11,7 +11,6 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz
11 file://install_db \ 11 file://install_db \
12 file://mysql-systemd-start \ 12 file://mysql-systemd-start \
13 file://configure.cmake-fix-valgrind.patch \ 13 file://configure.cmake-fix-valgrind.patch \
14 file://fix-a-building-failure.patch \
15 file://support-files-CMakeLists.txt-fix-do_populate_sysroot.patch \ 14 file://support-files-CMakeLists.txt-fix-do_populate_sysroot.patch \
16 file://sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch \ 15 file://sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch \
17 file://0001-disable-ucontext-on-musl.patch \ 16 file://0001-disable-ucontext-on-musl.patch \
@@ -22,11 +21,11 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz
22 file://0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch \ 21 file://0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch \
23 file://0001-aio_linux-Check-if-syscall-exists-before-using-it.patch \ 22 file://0001-aio_linux-Check-if-syscall-exists-before-using-it.patch \
24 file://sys_futex.patch \ 23 file://sys_futex.patch \
25 file://0002-Fix-configure-by-closing-IF-ELSE-properly.patch \ 24 file://cross-compiling.patch \
26 " 25 "
27SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch" 26SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch"
28 27
29SRC_URI[sha256sum] = "40ab19aeb8de141fdc188cf2251213c9e7351bee4d0cd29db704fae68d1068cf" 28SRC_URI[sha256sum] = "a5ff32f9fcaaf26bf5cba94accc7b246d2d5eb75710d027e40122df6bac0babb"
30 29
31UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases" 30UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
32 31