[oe-commits] [meta-openembedded] 13/15: mariadb: add UPSTREAM_CHECK_URI

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 16:28:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch sumo-next
in repository meta-openembedded.

commit 356dc81067e36049ed7c8d52841a2cf9da1f0faf
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Tue May 29 15:17:40 2018 +0800

    mariadb: add UPSTREAM_CHECK_URI
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.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 8e0e252..3afd392 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 \
 SRC_URI[md5sum] = "afbadcf2980ad5aa205084dd401f1b7f"
 SRC_URI[sha256sum] = "4d3d444555416028ce39d3fb4cdc9cf6a658fcd4b0d2d0c45a73f9bf01d07929"
 
+UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
+
 S = "${WORKDIR}/mariadb-${PV}"
 
 BINCONFIG_GLOB = "mysql_config"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list