[oe-commits] [meta-openembedded] 73/76: rdist: add UPSTREAM_CHECK_URI

git at git.openembedded.org git at git.openembedded.org
Wed May 30 02:19:33 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c32ef17ca01f650ac069139d1385dbbbcb4c267d
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Fri May 25 15:54:53 2018 +0800

    rdist: add UPSTREAM_CHECK_URI
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb
index cea1f08..0c97960 100644
--- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb
+++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb
@@ -30,6 +30,9 @@ SRC_URI += "file://rdist-6.1.5-linux.patch \
             file://rdist-6.1.5-makefile-add-ldflags.patch \
 "
 
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/rdist/files/rdist/"
+UPSTREAM_CHECK_REGEX = "/rdist/(?P<pver>\d+(\.\d+)+)"
+
 DEPENDS = "bison-native"
 
 inherit autotools-brokensep

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


More information about the Openembedded-commits mailing list