diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-04-03 12:40:14 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-06 09:02:12 -0700 |
| commit | bd8e72c1397f700fca0ddc44120abf9d325fd872 (patch) | |
| tree | e3b63f13681c05b639abe945a1366e50ca0fbc33 /meta-oe/recipes-dbs/mysql/mariadb.inc | |
| parent | 7e64cce442c14f026a5e43cd5d90416c9f81343a (diff) | |
| download | meta-openembedded-bd8e72c1397f700fca0ddc44120abf9d325fd872.tar.gz | |
mariadb: Fix build on newer 32bit architectures
newer 32bit arches e.g. RV32 and ARC do not have __NR_io_getevents
syscall and have started of with 64bit time_t so there is no 32bit
version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb.inc')
| -rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index 67cfa54f02..9833b28857 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
| @@ -20,6 +20,8 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz | |||
| 20 | file://fix-arm-atomic.patch \ | 20 | file://fix-arm-atomic.patch \ |
| 21 | file://0001-Fix-library-LZ4-lookup.patch \ | 21 | file://0001-Fix-library-LZ4-lookup.patch \ |
| 22 | file://0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch \ | 22 | 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 \ | ||
| 24 | file://sys_futex.patch \ | ||
| 23 | " | 25 | " |
| 24 | SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch" | 26 | SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch" |
| 25 | 27 | ||
