mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
mariadb: Upgrade to 10.5.11
Forward port musl patches Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
6f05b2463a
commit
287ffdf1d0
@@ -25,7 +25,7 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz
|
|||||||
"
|
"
|
||||||
SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch"
|
SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "a5ff32f9fcaaf26bf5cba94accc7b246d2d5eb75710d027e40122df6bac0babb"
|
SRC_URI[sha256sum] = "761053605fe30ce393f324852117990350840a93b3e6305ef4d2f8c8305cc47a"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
|
UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
+ __builtin_ppc_get_timebase();
|
+ __builtin_ppc_get_timebase();
|
||||||
#elif defined __GNUC__ && (defined __arm__ || defined __aarch64__)
|
#elif defined __GNUC__ && (defined __arm__ || defined __aarch64__)
|
||||||
/* Mainly, prevent the compiler from optimizing away delay loops */
|
/* Mainly, prevent the compiler from optimizing away delay loops */
|
||||||
__asm__ __volatile__ ("isb":::"memory");
|
#ifdef _aarch64_
|
||||||
--- a/storage/tokudb/PerconaFT/portability/toku_time.h
|
--- a/storage/tokudb/PerconaFT/portability/toku_time.h
|
||||||
+++ b/storage/tokudb/PerconaFT/portability/toku_time.h
|
+++ b/storage/tokudb/PerconaFT/portability/toku_time.h
|
||||||
@@ -124,7 +124,7 @@ static inline tokutime_t toku_time_now(v
|
@@ -124,7 +124,7 @@ static inline tokutime_t toku_time_now(v
|
||||||
|
|||||||
Reference in New Issue
Block a user