diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2015-08-26 16:34:32 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:11:12 +0200 |
commit | 3551575f9b69ca3d5f06321e444c9f8105c0a1b2 (patch) | |
tree | c6f3d24caa06762b7927c2742f489c6fc701cb2b /meta-oe/recipes-support/mysql/mariadb.inc | |
parent | 1f7e41d5570eef9b3f33a2c002ab9894be41917d (diff) | |
download | meta-openembedded-3551575f9b69ca3d5f06321e444c9f8105c0a1b2.tar.gz |
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@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb.inc')
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index d2418e774..4e2a64c89 100644 --- a/meta-oe/recipes-support/mysql/mariadb.inc +++ b/meta-oe/recipes-support/mysql/mariadb.inc | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | SRC_URI = "http://mirror.stshosting.co.uk/mariadb/mariadb-${PV}/source/mariadb-${PV}.tar.gz \ | 7 | SRC_URI = "http://archive.mariadb.org/mariadb-${PV}/source/mariadb-${PV}.tar.gz \ |
8 | file://fix-cmake-module-path.patch \ | 8 | file://fix-cmake-module-path.patch \ |
9 | file://remove-bad-path.patch \ | 9 | file://remove-bad-path.patch \ |
10 | file://fix-mysqlclient-r-version.patch \ | 10 | file://fix-mysqlclient-r-version.patch \ |