All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] mariadb: fix tarball fetch URL
@ 2015-08-26 19:34 Mario Domenech Goulart
  2015-08-26 19:35 ` Mario Domenech Goulart
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Domenech Goulart @ 2015-08-26 19:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Mario Domenech Goulart

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

Signed-off-by: Mario Domenech Goulart <mario@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 \
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] mariadb: fix tarball fetch URL
  2015-08-26 19:34 [meta-oe][PATCH] mariadb: fix tarball fetch URL Mario Domenech Goulart
@ 2015-08-26 19:35 ` Mario Domenech Goulart
  0 siblings, 0 replies; 2+ messages in thread
From: Mario Domenech Goulart @ 2015-08-26 19:35 UTC (permalink / raw)
  To: openembedded-devel

On Wed, 26 Aug 2015 16:34:32 -0300 Mario Domenech Goulart <mario@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@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-26 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 19:34 [meta-oe][PATCH] mariadb: fix tarball fetch URL Mario Domenech Goulart
2015-08-26 19:35 ` Mario Domenech Goulart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.