diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-13 22:38:07 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:26 +0000 |
commit | 77125fe0386a964c25bf2dfa0e4e949170232afe (patch) | |
tree | 8b4db88800fbda92f9598a94fdccbf3b80613813 /meta/recipes-extended | |
parent | b3dd5ecd52901edc9a2ddd0233e99f3a1b82bda3 (diff) | |
download | poky-77125fe0386a964c25bf2dfa0e4e949170232afe.tar.gz |
texinfo: update po_document/Makefile.in.in for new gettext
The autotools_do_configure updates po/Makefile.in.in, we also need
update po_document.
Fixed:
*** error: gettext infrastructure mismatch:
using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19
(From OE-Core rev: ac7b5014cfb44b0b47adf24fa1f04152a36e142a)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_5.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_5.2.bb b/meta/recipes-extended/texinfo/texinfo_5.2.bb index cf9dcfd5de..d50a86e781 100644 --- a/meta/recipes-extended/texinfo/texinfo_5.2.bb +++ b/meta/recipes-extended/texinfo/texinfo_5.2.bb | |||
@@ -45,6 +45,12 @@ tex_texinfo = "texmf/tex/texinfo" | |||
45 | 45 | ||
46 | inherit gettext autotools | 46 | inherit gettext autotools |
47 | 47 | ||
48 | do_configure_prepend () { | ||
49 | # autotools_do_configure updates po/Makefile.in.in, we also need | ||
50 | # update po_document. | ||
51 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po_document/ | ||
52 | } | ||
53 | |||
48 | do_compile_prepend() { | 54 | do_compile_prepend() { |
49 | if [ -d tools ];then | 55 | if [ -d tools ];then |
50 | oe_runmake -C tools/gnulib/lib | 56 | oe_runmake -C tools/gnulib/lib |