[oe] [meta-oe][PATCH] mariadb: fix tarball fetch URL

Mario Domenech Goulart mario at ossystems.com.br
Wed Aug 26 19:35:44 UTC 2015


On Wed, 26 Aug 2015 16:34:32 -0300 Mario Domenech Goulart <mario at ossystems.com.br> wrote:

> http://mirror.stshosting.co.uk/mariadb responds with a 404 error, so
> use http://archive.mariadb.org instead.

Please, also backport this patch to fido.

>
> Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
> ---
>  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 d2418e7..4e2a64c 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=751419260aa954499f7abaabaa882bbe"
>  
> -SRC_URI = "http://mirror.stshosting.co.uk/mariadb/mariadb-${PV}/source/mariadb-${PV}.tar.gz \
> +SRC_URI = "http://archive.mariadb.org/mariadb-${PV}/source/mariadb-${PV}.tar.gz \
>             file://fix-cmake-module-path.patch \
>             file://remove-bad-path.patch \
>             file://fix-mysqlclient-r-version.patch \

Best wishes.
Mario
-- 
http://www.ossystems.com.br



More information about the Openembedded-devel mailing list