[gnome-continuous-yocto/gnomeostree-3.14-dizzy] Update texinfo for new gettext macros



commit 8c33b55c71dd708cf33c5cca5c69a9fda85b3366
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Tue Sep 15 00:03:27 2015 +0200

    Update texinfo for new gettext macros
    
    http://patchwork.openembedded.org/patch/87009/

 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 cf9dcfd..614e7fe 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]