diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-25 15:54:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:57:23 -0700 |
commit | c32ef17ca01f650ac069139d1385dbbbcb4c267d (patch) | |
tree | 90d781c3a5a29a2d97299b48df60b03a2cc070ad /meta-networking/recipes-connectivity | |
parent | 33989353158dd2fbe93f9190a8cabe897510b990 (diff) | |
download | meta-openembedded-c32ef17ca01f650ac069139d1385dbbbcb4c267d.tar.gz |
rdist: 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-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 cea1f08f9..0c97960f8 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 \ | |||
30 | file://rdist-6.1.5-makefile-add-ldflags.patch \ | 30 | file://rdist-6.1.5-makefile-add-ldflags.patch \ |
31 | " | 31 | " |
32 | 32 | ||
33 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/rdist/files/rdist/" | ||
34 | UPSTREAM_CHECK_REGEX = "/rdist/(?P<pver>\d+(\.\d+)+)" | ||
35 | |||
33 | DEPENDS = "bison-native" | 36 | DEPENDS = "bison-native" |
34 | 37 | ||
35 | inherit autotools-brokensep | 38 | inherit autotools-brokensep |