diff options
-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 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 \ | |||
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 |