summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/autogen')
-rw-r--r--meta/recipes-devtools/autogen/autogen-native_5.18.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb b/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
index 2a2851283b..373dd89994 100644
--- a/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
+++ b/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
@@ -17,6 +17,9 @@ SRC_URI = "${GNU_MIRROR}/autogen/rel${PV}/autogen-${PV}.tar.gz \
17SRC_URI[md5sum] = "385d7c7dfbe60babbee261c054923a53" 17SRC_URI[md5sum] = "385d7c7dfbe60babbee261c054923a53"
18SRC_URI[sha256sum] = "7bbdb73b5518baf64c6d3739fb2ecc66d2cccda888ce5ad573abe235ab5d96ba" 18SRC_URI[sha256sum] = "7bbdb73b5518baf64c6d3739fb2ecc66d2cccda888ce5ad573abe235ab5d96ba"
19 19
20UPSTREAM_CHECK_URI = "http://ftp.gnu.org/gnu/autogen/"
21UPSTREAM_CHECK_REGEX = "rel(?P<pver>\d+(\.\d+)+)/"
22
20DEPENDS = "guile-native libtool-native libxml2-native" 23DEPENDS = "guile-native libtool-native libxml2-native"
21 24
22inherit autotools texinfo native pkgconfig 25inherit autotools texinfo native pkgconfig