summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-12-27 10:10:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 11:12:29 +0000
commitf85cf4b351e877b2679c85832d45ac398ab29b51 (patch)
tree2a90147757ee06f7e5ccaa279ccef4993ab17b79 /meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch
parent144a48e34d17fd8736a482bae4ee69efc37b8a1f (diff)
downloadopenembedded-core-f85cf4b351e877b2679c85832d45ac398ab29b51.tar.gz
texinfo: Update to 5.2
Removed a backported patch Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch b/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch
new file mode 100644
index 0000000000..5b7f32d9a9
--- /dev/null
+++ b/meta/recipes-extended/texinfo/texinfo/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
+@@ -76,7 +76,7 @@ cmd_sources = $(srcdir)/session.c $(srcd
+ # more than once.
+ funs.h: 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.