diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2025-11-24 17:35:45 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-12-17 13:57:08 +0530 |
| commit | 6121c7f3d492096bc2e9b89e26534bda10720e60 (patch) | |
| tree | ea106f496525ae2fc09103f55f2e7dd66c9dd2f1 /meta-oe/recipes-dbs/mysql/mariadb-native_11.4.9.bb | |
| parent | e52671369bb64d964d8c72be4854d02cabf7f51e (diff) | |
| download | meta-openembedded-6121c7f3d492096bc2e9b89e26534bda10720e60.tar.gz | |
mariadb: Upgrade 11.4.8 -> 11.4.9
Remove the 0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch
patch as its logic included in new version [1].
Release notes: https://mariadb.com/docs/release-notes/community-server/11.4/11.4.9
[1] https://github.com/MariaDB/server/commit/e8026a50197cbfccd70a2072cbc0ae4728a4ab40
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a5ef451fb7c8dc4d428a4c243fd59565757d728b)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb-native_11.4.9.bb')
| -rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb-native_11.4.9.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb-native_11.4.9.bb b/meta-oe/recipes-dbs/mysql/mariadb-native_11.4.9.bb new file mode 100644 index 0000000000..ff48dcd806 --- /dev/null +++ b/meta-oe/recipes-dbs/mysql/mariadb-native_11.4.9.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | require mariadb.inc | ||
| 2 | inherit native | ||
| 3 | |||
| 4 | PROVIDES += "mysql5-native" | ||
| 5 | DEPENDS = "ncurses-native zlib-native bison-native libpcre2-native \ | ||
| 6 | libxml2-native gnutls-native fmt-native \ | ||
| 7 | " | ||
| 8 | |||
| 9 | RDEPENDS:${PN} = "" | ||
| 10 | PACKAGES = "" | ||
| 11 | EXTRA_OEMAKE = "" | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | oe_runmake 'DESTDIR=${D}' install | ||
| 15 | |||
| 16 | install -d ${D}${bindir} | ||
| 17 | install -m 0755 sql/gen_lex_hash ${D}${bindir}/ | ||
| 18 | install -m 0755 sql/gen_lex_token ${D}${bindir}/ | ||
| 19 | install -m 0755 extra/comp_err ${D}${bindir}/ | ||
| 20 | install -m 0755 scripts/comp_sql ${D}${bindir}/ | ||
| 21 | install -m 0755 strings/uca-dump ${D}${bindir}/ | ||
| 22 | } | ||
| 23 | |||
