mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b3dd5ecd52
commit
77125fe038
@@ -45,6 +45,12 @@ tex_texinfo = "texmf/tex/texinfo"
|
|||||||
|
|
||||||
inherit gettext autotools
|
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() {
|
do_compile_prepend() {
|
||||||
if [ -d tools ];then
|
if [ -d tools ];then
|
||||||
oe_runmake -C tools/gnulib/lib
|
oe_runmake -C tools/gnulib/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user