]> code.ossystems Code Review - openembedded-core.git/commit
texinfo: upgrade to 6.5
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Thu, 19 Oct 2017 20:10:47 +0000 (13:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 13:54:44 +0000 (13:54 +0000)
commit71fae8ac66f0aa3239b3daf5d21cba9bd31d85ad
tree23bf7c5623b802c71cec7da48062a0103430107f
parent08f8d5db06647b94f96d655100c358047682dd2f
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
          ^

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/texinfo/texinfo_6.5.bb [moved from meta/recipes-extended/texinfo/texinfo_6.3.bb with 94% similarity]