summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2017-10-19 13:10:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:22 +0000
commitb725cdce8aefb3c94f7a951fa47b5dd80389af71 (patch)
tree4fb62120837643d464f39d5bf0a03bdc8f610559 /meta/recipes-extended/texinfo
parent1ffaaa2c482badb593ed12dcd9f9e43e19487c49 (diff)
downloadpoky-b725cdce8aefb3c94f7a951fa47b5dd80389af71.tar.gz
texinfo: upgrade to 6.5
Besides revision change, this version includes the project M4 macros path into EXTRA_AUTORECONF which avoid the following compilation issue: In file included from ../../../texinfo-6.5/gnulib/lib/mbrtowc.c:21:0: ./wchar.h:571:6: error: #if with no expression # if ^ Makefile:1378: recipe for target 'mbrtowc.o' failed make[4]: *** [mbrtowc.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from ../../../texinfo-6.5/gnulib/lib/mbswidth.c:33:0: ./wchar.h:571:6: error: #if with no expression # if ^ (From OE-Core rev: 71fae8ac66f0aa3239b3daf5d21cba9bd31d85ad) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo')
-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.