diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-08-05 10:43:04 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:38:40 -0700 |
commit | da798f15ffd93759e1ba3f21bd1ba80c73e962af (patch) | |
tree | 757ffafbef863c583e0272f70dfa33c0b334696a /meta-oe/recipes-dbs | |
parent | 8cc64128c70c5b6a41b050332abb1d73a10ef4fa (diff) | |
download | meta-openembedded-da798f15ffd93759e1ba3f21bd1ba80c73e962af.tar.gz |
mariadb: Update SRC_URI
The previous SRC_URI only stores the latest source tarball and we
will meet do_fetch issue if not upgrade timely.
Update the SRC_URI which stores all versions to fix some warning
like below:
WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz, attempting MIRRORS if available
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-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 b38672dfc..2496ac8fd 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.org/interstitial/${BP}/source/${BP}.tar.gz \ | 7 | SRC_URI = "https://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 \ |