mariadb: use faster download URL

The current URL takes about 2 hours to download.

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 2f652ec3dc)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Tim Orling
2016-11-03 19:08:02 -07:00
committed by Armin Kuster
parent 4ef0a720f9
commit 54b566a00a
+1 -1
View File
@@ -4,7 +4,7 @@ SECTION = "libs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
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 \