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:35:24 +0000 |
commit | ac7b5014cfb44b0b47adf24fa1f04152a36e142a (patch) | |
tree | d75753a1646e65c8a2d72fd25f925571c2f72c7f /meta/recipes-extended | |
parent | cd91b748e83bd5c040538aecf76823549662b3c7 (diff) | |
download | openembedded-core-ac7b5014cfb44b0b47adf24fa1f04152a36e142a.tar.gz openembedded-core-ac7b5014cfb44b0b47adf24fa1f04152a36e142a.tar.bz2 openembedded-core-ac7b5014cfb44b0b47adf24fa1f04152a36e142a.zip |
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
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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" inherit gettext autotools +do_configure_prepend () { + # autotools_do_configure updates po/Makefile.in.in, we also need + # update po_document. + cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po_document/ +} + do_compile_prepend() { if [ -d tools ];then oe_runmake -C tools/gnulib/lib |