[oe-commits] Mario Domenech Goulart : mariadb: fix tarball fetch URL

git at git.openembedded.org git at git.openembedded.org
Mon Aug 31 17:12:17 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 3551575f9b69ca3d5f06321e444c9f8105c0a1b2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3551575f9b69ca3d5f06321e444c9f8105c0a1b2

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

mariadb: fix tarball fetch URL

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 at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 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 \



More information about the Openembedded-commits mailing list