diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | b843c660dd1eb3f8bc7a9c7f8a2db43a17be1e20 (patch) | |
tree | 18cf2b069a185c8a1a0dd4c50e905eb9b1b26196 /meta-oe/recipes-dbs/mysql | |
parent | 44ba923dc5cd69222dbcba41f36810cd392f1ea7 (diff) | |
download | meta-openembedded-b843c660dd1eb3f8bc7a9c7f8a2db43a17be1e20.tar.gz |
mariadb: add UPSTREAM_CHECK_URI
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/mysql')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index 8e0e25242..3afd392af 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
@@ -21,6 +21,8 @@ SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \ | |||
21 | SRC_URI[md5sum] = "afbadcf2980ad5aa205084dd401f1b7f" | 21 | SRC_URI[md5sum] = "afbadcf2980ad5aa205084dd401f1b7f" |
22 | SRC_URI[sha256sum] = "4d3d444555416028ce39d3fb4cdc9cf6a658fcd4b0d2d0c45a73f9bf01d07929" | 22 | SRC_URI[sha256sum] = "4d3d444555416028ce39d3fb4cdc9cf6a658fcd4b0d2d0c45a73f9bf01d07929" |
23 | 23 | ||
24 | UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases" | ||
25 | |||
24 | S = "${WORKDIR}/mariadb-${PV}" | 26 | S = "${WORKDIR}/mariadb-${PV}" |
25 | 27 | ||
26 | BINCONFIG_GLOB = "mysql_config" | 28 | BINCONFIG_GLOB = "mysql_config" |