On Mon, Mar 4, 2019 at 10:50 PM Yu, Mingli <[email protected]> wrote: > > Hi Khem, > > I sent out another patch to upgrade mariadb to 10.3.13 as 5.5.x series > is only supported until next year April 2020 per > https://mariadb.org/about/maintenance-policy/, please help to review. >
Thanks for update, I think its fine to move to 10.x > Thanks, > > On 2019年03月04日 12:27, Khem Raj wrote: > > Signed-off-by: Khem Raj <[email protected]> > > --- > > .../{mariadb-native_5.5.62.bb => mariadb-native_5.5.63.bb} | 0 > > meta-oe/recipes-dbs/mysql/mariadb.inc | 6 +++--- > > .../mysql/{mariadb_5.5.62.bb => mariadb_5.5.63.bb} | 0 > > 3 files changed, 3 insertions(+), 3 deletions(-) > > rename meta-oe/recipes-dbs/mysql/{mariadb-native_5.5.62.bb => > > mariadb-native_5.5.63.bb} (100%) > > rename meta-oe/recipes-dbs/mysql/{mariadb_5.5.62.bb => mariadb_5.5.63.bb} > > (100%) > > > > diff --git a/meta-oe/recipes-dbs/mysql/mariadb-native_5.5.62.bb > > b/meta-oe/recipes-dbs/mysql/mariadb-native_5.5.63.bb > > similarity index 100% > > rename from meta-oe/recipes-dbs/mysql/mariadb-native_5.5.62.bb > > rename to meta-oe/recipes-dbs/mysql/mariadb-native_5.5.63.bb > > diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc > > b/meta-oe/recipes-dbs/mysql/mariadb.inc > > index 8ca5b2ba42..f715542038 100644 > > --- a/meta-oe/recipes-dbs/mysql/mariadb.inc > > +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc > > @@ -4,7 +4,7 @@ SECTION = "libs" > > LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" > > > > -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ > > +SRC_URI = > > "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz \ > > file://fix-cmake-module-path.patch \ > > file://remove-bad-path.patch \ > > file://fix-mysqlclient-r-version.patch \ > > @@ -18,8 +18,8 @@ SRC_URI = > > "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ > > file://change-cc-to-cc-version.patch \ > > file://0001-disable-ucontext-on-musl.patch \ > > " > > -SRC_URI[md5sum] = "6375d577e9539b839f44d857e70f82b9" > > -SRC_URI[sha256sum] = > > "56a365af71b8a9ec8bfee0801e2dec95011da8ee7507986ca329be11296411db" > > +SRC_URI[md5sum] = "f91b31638d4dc47ed43172e56bec2cb7" > > +SRC_URI[sha256sum] = > > "ef1cf79eec32ced9d1051998a8e458bb33dfbc62de297cba37ee8e9f952b21ea" > > > > UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases" > > > > diff --git a/meta-oe/recipes-dbs/mysql/mariadb_5.5.62.bb > > b/meta-oe/recipes-dbs/mysql/mariadb_5.5.63.bb > > similarity index 100% > > rename from meta-oe/recipes-dbs/mysql/mariadb_5.5.62.bb > > rename to meta-oe/recipes-dbs/mysql/mariadb_5.5.63.bb > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
