diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-03-07 16:18:27 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:28 -0800 |
| commit | b5ea420d4e8ce1eac873d6ed7908abe283c521c3 (patch) | |
| tree | 5fc7c1c83738a109c0e9ea5ec0c6fa57e949ec8e /meta-oe/recipes-dbs/mysql/mariadb.inc | |
| parent | 6b0da50505e8d12bb8c0e56ff88a02714f0dca29 (diff) | |
| download | meta-openembedded-b5ea420d4e8ce1eac873d6ed7908abe283c521c3.tar.gz | |
mariadb: Fix build with libxml2 2.12 ABI changes
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index 9e6d490cbe..33da32fb28 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
| @@ -24,6 +24,7 @@ SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ | |||
| 24 | file://lfs64.patch \ | 24 | file://lfs64.patch \ |
| 25 | file://0001-Add-missing-includes-cstdint-and-cstdio.patch \ | 25 | file://0001-Add-missing-includes-cstdint-and-cstdio.patch \ |
| 26 | file://0001-Remove-the-compile_time_assert-lines.patch \ | 26 | file://0001-Remove-the-compile_time_assert-lines.patch \ |
| 27 | file://0001-MDEV-33439-Fix-build-with-libxml2-2.12.patch \ | ||
| 27 | " | 28 | " |
| 28 | SRC_URI:append:libc-musl = " file://ppc-remove-glibc-dep.patch" | 29 | SRC_URI:append:libc-musl = " file://ppc-remove-glibc-dep.patch" |
| 29 | SRC_URI[sha256sum] = "5239a245ed90517e96396605cd01ccd8f73cd7442d1b3076b6ffe258110e5157" | 30 | SRC_URI[sha256sum] = "5239a245ed90517e96396605cd01ccd8f73cd7442d1b3076b6ffe258110e5157" |
