[oe] [meta-oe][PATCH] mariadb: use faster download URL

Tim Orling ticotimo at gmail.com
Fri Nov 4 04:42:34 UTC 2016


On Thu, Nov 3, 2016 at 8:05 PM, Khem Raj <raj.khem at gmail.com> wrote:

> On Thu, Nov 3, 2016 at 7:08 PM, Tim Orling
> <timothy.t.orling at linux.intel.com> wrote:
> > The current URL takes about 2 hours to download.
>
> how fast is new one, do they keep the tarballs there for long time ?
> or shove them into archive after new release is out
>
> 10 MB/s vs. 3.4KB/s by my test.
It is the same organization, just a different server.
We could instead trust GitHub archives if you prefer. But the current URL
is just not working.


> >
> > Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
> > ---
> >  meta-oe/recipes-support/mysql/mariadb.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-support/mysql/mariadb.inc
> b/meta-oe/recipes-support/mysql/mariadb.inc
> > index edef40b..689b8ab 100644
> > --- a/meta-oe/recipes-support/mysql/mariadb.inc
> > +++ b/meta-oe/recipes-support/mysql/mariadb.inc
> > @@ -4,7 +4,7 @@ SECTION = "libs"
> >  LICENSE = "GPLv2"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882b
> be"
> >
> > -SRC_URI = "http://archive.mariadb.org/mariadb-${PV}/source/mariadb-$
> {PV}.tar.gz \
> > +SRC_URI = "http://downloads.mariadb.com/MariaDB/mariadb-${PV}/source/
> mariadb-${PV}.tar.gz \
> >             file://fix-cmake-module-path.patch \
> >             file://remove-bad-path.patch \
> >             file://fix-mysqlclient-r-version.patch \
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list