summaryrefslogtreecommitdiffstats
path: root/external/meta-gplv2/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-gplv2/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch')
-rw-r--r--external/meta-gplv2/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/external/meta-gplv2/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch b/external/meta-gplv2/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch
new file mode 100644
index 00000000..11e21aab
--- /dev/null
+++ b/external/meta-gplv2/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch
@@ -0,0 +1,17 @@
+Upstream-Status: Inappropriate [cross build specific]
+
+Signed-off-by: Saul Wold <sgw@linux.intel.com>
+
+Index: texinfo-5.1/info/Makefile.am
+===================================================================
+--- texinfo-5.1.orig/info/Makefile.am
++++ texinfo-5.1/info/Makefile.am
+@@ -67,7 +67,7 @@ cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
+ # The $(EXEEXT) should be added by Automake, but isn't. Fine.
+ $(generated_sources): makedoc$(EXEEXT) $(cmd_sources)
+ rm -f $(generated_sources)
+- $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
++ makedoc $(cmd_sources)
+
+ # The following hack is necessary to hint make before the automatic
+ # dependencies are built.