summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/texinfo')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_5.2.bb6
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
46inherit gettext autotools 46inherit gettext autotools
47 47
48do_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
48do_compile_prepend() { 54do_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