diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-08-20 11:39:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:02 +0100 |
commit | 58eb62b3df8b8780af5833022e62512534676e3e (patch) | |
tree | caea9d705723b0305d88f36e9aaaad42a03ff69d /meta/recipes-extended | |
parent | 78de8222d6354f58cacce70597fed22682fd3563 (diff) | |
download | poky-58eb62b3df8b8780af5833022e62512534676e3e.tar.gz |
texinfo: correct dont-depend-on-help2man.patch
Patch needed only with automake-1.13 no longer worked as expected
after texinfo has been updated to version 5.1.
(From OE-Core rev: abda8c052e2c4098c828671c9dd46993c1e81de2)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo-5.1/dont-depend-on-help2man.patch | 43 |
1 files changed, 38 insertions, 5 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-5.1/dont-depend-on-help2man.patch b/meta/recipes-extended/texinfo/texinfo-5.1/dont-depend-on-help2man.patch index 75023287af..6e216dac78 100644 --- a/meta/recipes-extended/texinfo/texinfo-5.1/dont-depend-on-help2man.patch +++ b/meta/recipes-extended/texinfo/texinfo-5.1/dont-depend-on-help2man.patch | |||
@@ -1,11 +1,10 @@ | |||
1 | Upstream-Status: Inappropŕiate | 1 | Upstream-Status: Inappropŕiate |
2 | 2 | ||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> |
4 | Index: texinfo-5.1/doc/Makefile.am | 4 | diff -Nurd texinfo-5.1/doc/Makefile.am texinfo-5.1/doc/Makefile.am |
5 | =================================================================== | 5 | --- texinfo-5.1/doc/Makefile.am 2013-02-23 02:11:25.000000000 +0200 |
6 | --- texinfo-5.1.orig/doc/Makefile.am | 6 | +++ texinfo-5.1/doc/Makefile.am 2013-08-20 01:43:55.622376198 +0300 |
7 | +++ texinfo-5.1/doc/Makefile.am | 7 | @@ -40,7 +40,7 @@ |
8 | @@ -40,7 +40,7 @@ refcard_files = refcard/Makefile refcard | ||
9 | # Include our texinfo.tex, not Automake's. | 8 | # Include our texinfo.tex, not Automake's. |
10 | EXTRA_DIST = epsf.tex texinfo.tex \ | 9 | EXTRA_DIST = epsf.tex texinfo.tex \ |
11 | fdl.texi \ | 10 | fdl.texi \ |
@@ -14,3 +13,37 @@ Index: texinfo-5.1/doc/Makefile.am | |||
14 | $(refcard_files) | 13 | $(refcard_files) |
15 | 14 | ||
16 | if INSTALL_WARNINGS | 15 | if INSTALL_WARNINGS |
16 | diff -Nurd texinfo-5.1/man/Makefile.am texinfo-5.1/man/Makefile.am | ||
17 | --- texinfo-5.1/man/Makefile.am 2013-02-23 02:11:25.000000000 +0200 | ||
18 | +++ texinfo-5.1/man/Makefile.am 2013-08-20 01:53:40.542395884 +0300 | ||
19 | @@ -13,24 +13,24 @@ | ||
20 | # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
21 | |||
22 | # These are generated using help2man. | ||
23 | -man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1 | ||
24 | +#man_MANS = install-info.1 makeinfo.1 texindex.1 texi2dvi.1 | ||
25 | |||
26 | # These require the build in info/, thus can't do if we failed to find a | ||
27 | # terminal library. | ||
28 | if HAVE_TERMLIBS | ||
29 | -man_MANS += info.1 infokey.1 | ||
30 | +#man_MANS += info.1 infokey.1 | ||
31 | endif | ||
32 | |||
33 | # These are hand-written. | ||
34 | -man_MANS += info.5 texinfo.5 | ||
35 | +#man_MANS += info.5 texinfo.5 | ||
36 | |||
37 | # This is generated by pod2man, but let's just run it by hand. | ||
38 | -man_MANS += pod2texi.1 | ||
39 | +#man_MANS += pod2texi.1 | ||
40 | |||
41 | # These are just .so's to the common program. | ||
42 | -man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 | ||
43 | +#man_MANS += texi2any.1 texi2pdf.1 pdftexi2dvi.1 | ||
44 | |||
45 | -EXTRA_DIST = $(man_MANS) ginfo.h2m | ||
46 | +EXTRA_DIST = ginfo.h2m | ||
47 | |||
48 | # Maintainers should be able to regenerate. | ||
49 | MAINTAINERCLEANFILES = $(man_MANS) | ||