From c32ef17ca01f650ac069139d1385dbbbcb4c267d Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 25 May 2018 15:54:53 +0800 Subject: rdist: add UPSTREAM_CHECK_URI Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-networking') 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 cea1f08f9d..0c97960f8b 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\d+(\.\d+)+)" + DEPENDS = "bison-native" inherit autotools-brokensep -- cgit 1.2.3-korg