mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 13:20:34 +00:00
mariadb: Upgrade to 10.11.1
Install uca-dump in native case, which is needed by target mariadb build Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d50e9ebee0
commit
1f69de300f
@ -18,5 +18,6 @@ do_install() {
|
||||
install -m 0755 sql/gen_lex_token ${D}${bindir}/
|
||||
install -m 0755 extra/comp_err ${D}${bindir}/
|
||||
install -m 0755 scripts/comp_sql ${D}${bindir}/
|
||||
install -m 0755 strings/uca-dump ${D}${bindir}/
|
||||
}
|
||||
|
||||
@ -23,8 +23,7 @@ SRC_URI = "https://archive.mariadb.org/${BP}/source/${BP}.tar.gz \
|
||||
file://0001-sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch \
|
||||
"
|
||||
SRC_URI:append:libc-musl = " file://ppc-remove-glibc-dep.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "887eadc55176ac1ead1fccfc89ade4b5990ef192745ad4dcd879acb41c050892"
|
||||
SRC_URI[sha256sum] = "ffacf84e74daf249ad64b9573d79a4e882f66b004614f8b33bfcb14a8e25da1d"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user