summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-07-29 15:02:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-31 06:59:59 +0100
commit5472bdc2f0119c538d39bfe1531690bccc18ede1 (patch)
treed000c7a0dd989546f0af200607affcf9cbdf39a5 /meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch
parentc291032022e760f61e218e2f468d79fe730c768f (diff)
downloadpoky-5472bdc2f0119c538d39bfe1531690bccc18ede1.tar.gz
texinfo: Update to 5.1
- COPYING was slightly reformated (whitespace changes only) - rebased patches - remove upstreamed patches - added pod2texi to texinfo package - get all man pages from man1 and man5 (From OE-Core rev: f192c444c2d88c49738bea4ff4c3af0cc72916de) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch b/meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch
new file mode 100644
index 0000000000..5b7f32d9a9
--- /dev/null
+++ b/meta/recipes-extended/texinfo/texinfo-5.1/use_host_makedoc.patch
@@ -0,0 +1,17 @@
1Upstream-Status: Inappropriate [cross build specific]
2
3Signed-off-by: Saul Wold <sgw@linux.intel.com>
4
5Index: texinfo-5.1/info/Makefile.am
6===================================================================
7--- texinfo-5.1.orig/info/Makefile.am
8+++ texinfo-5.1/info/Makefile.am
9@@ -76,7 +76,7 @@ cmd_sources = $(srcdir)/session.c $(srcd
10 # more than once.
11 funs.h: makedoc$(EXEEXT) $(cmd_sources)
12 rm -f $(generated_sources)
13- $(top_builddir)/$(native_tools)/info/makedoc $(cmd_sources)
14+ makedoc $(cmd_sources)
15
16 # The following hack is necessary to hint make before the automatic
17 # dependencies are built.