diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-09-27 20:56:39 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-10-05 09:00:26 -0700 |
commit | 436cf0aa2b2802da706588d4daa1a8240d172df8 (patch) | |
tree | e2ff795d03c6d00197828b09e1e89fab676b9a6a /meta-oe | |
parent | 2d088d252624b19df384aecc434d23afb636178f (diff) | |
download | meta-openembedded-436cf0aa2b2802da706588d4daa1a8240d172df8.tar.gz |
mariadb: update SRC_URI, as 5.5.64 has moved to archive
The old URL now gives 404 Not Found
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index 4f7784bea..f51667d94 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ +SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ file://fix-cmake-module-path.patch \ file://remove-bad-path.patch \ file://fix-mysqlclient-r-version.patch \ |