summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mysql/mariadb.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-07 16:18:27 -0800
committerKhem Raj <raj.khem@gmail.com>2024-03-08 10:07:28 -0800
commitb5ea420d4e8ce1eac873d6ed7908abe283c521c3 (patch)
tree5fc7c1c83738a109c0e9ea5ec0c6fa57e949ec8e /meta-oe/recipes-dbs/mysql/mariadb.inc
parent6b0da50505e8d12bb8c0e56ff88a02714f0dca29 (diff)
downloadmeta-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.inc1
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 "
28SRC_URI:append:libc-musl = " file://ppc-remove-glibc-dep.patch" 29SRC_URI:append:libc-musl = " file://ppc-remove-glibc-dep.patch"
29SRC_URI[sha256sum] = "5239a245ed90517e96396605cd01ccd8f73cd7442d1b3076b6ffe258110e5157" 30SRC_URI[sha256sum] = "5239a245ed90517e96396605cd01ccd8f73cd7442d1b3076b6ffe258110e5157"