diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-09-27 20:56:39 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-05 09:53:30 -0700 |
commit | 35a85e1f7898d5703cb598d996b76b081034e950 (patch) | |
tree | 87ae26705d608fbaa953eed74deec7fedac160cb /meta-oe | |
parent | e0f10bd78d03edd1846243d1115ba11b87cd69b0 (diff) | |
download | meta-openembedded-35a85e1f7898d5703cb598d996b76b081034e950.tar.gz |
mariadb: update SRC_URI to use archive.mariadb.org
archive.mariadb.org does not go 404 on releases over time
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@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 9ddf2bee5..f1c71feeb 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b1becf0cfa3366e0f4d854d1d264f311" |
6 | 6 | ||
7 | SRC_URI = "https://downloads.mariadb.com/MariaDB/${BPN}-${PV}/source/${BPN}-${PV}.tar.gz \ | 7 | SRC_URI = "http://archive.mariadb.org/${BP}/source/${BP}.tar.gz \ |
8 | file://my.cnf \ | 8 | file://my.cnf \ |
9 | file://mysqld.service \ | 9 | file://mysqld.service \ |
10 | file://install_db.service \ | 10 | file://install_db.service \ |