summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/texinfo/texinfo_6.5.bb (renamed from meta/recipes-extended/texinfo/texinfo_6.3.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_6.3.bb b/meta/recipes-extended/texinfo/texinfo_6.5.bb
index f58df928aa..f966457f88 100644
--- a/meta/recipes-extended/texinfo/texinfo_6.3.bb
+++ b/meta/recipes-extended/texinfo/texinfo_6.5.bb
@@ -37,13 +37,15 @@ SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \
37 ${TARGET_PATCH} \ 37 ${TARGET_PATCH} \
38 " 38 "
39 39
40SRC_URI[md5sum] = "9b08daca9bf8eccae9b0f884aba41f9e" 40SRC_URI[md5sum] = "94e8f7149876793030e5518dd8d6e956"
41SRC_URI[sha256sum] = "300a6ba4958c2dd4a6d5ce60f0a335daf7e379f5374f276f6ba31a221f02f606" 41SRC_URI[sha256sum] = "d34272e4042c46186ddcd66bd5d980c0ca14ff734444686ccf8131f6ec8b1427"
42 42
43tex_texinfo = "texmf/tex/texinfo" 43tex_texinfo = "texmf/tex/texinfo"
44 44
45inherit gettext autotools 45inherit gettext autotools
46 46
47EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
48
47do_configure_prepend () { 49do_configure_prepend () {
48 # autotools_do_configure updates po/Makefile.in.in, we also need 50 # autotools_do_configure updates po/Makefile.in.in, we also need
49 # update po_document. 51 # update po_document.