[oe] [meta-oe][PATCH 07/24] mariadb: add UPSTREAM_CHECK_URI

Yi Zhao yi.zhao at windriver.com
Tue May 29 07:17:40 UTC 2018


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-oe/recipes-dbs/mysql/mariadb.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index 99e7050..c49dc3c 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -22,6 +22,8 @@ SRC_URI = "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz \
 SRC_URI[md5sum] = "3cec4afc06b468687ef576c90148d10d"
 SRC_URI[sha256sum] = "c3269ce20b45b177239fd1e3d6d9428a94131711f12758ebf5f65222278bb110"
 
+UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
+
 S = "${WORKDIR}/mariadb-${PV}"
 
 BINCONFIG_GLOB = "mysql_config"
-- 
2.7.4




More information about the Openembedded-devel mailing list