diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-20 10:19:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-23 11:43:09 +0100 |
commit | c5ed2e443d8f3d6c31a3fa99cddc20b8f89f7d0e (patch) | |
tree | d49440ee8e14074151843f301cc07ba8fbf07c01 /meta/recipes-extended/wget/wget-1.14/fix_doc.patch | |
parent | cf1a4a8b1a0ece2f75fab9d79c69ce2726ef78b9 (diff) | |
download | openembedded-core-c5ed2e443d8f3d6c31a3fa99cddc20b8f89f7d0e.tar.gz openembedded-core-c5ed2e443d8f3d6c31a3fa99cddc20b8f89f7d0e.tar.bz2 openembedded-core-c5ed2e443d8f3d6c31a3fa99cddc20b8f89f7d0e.zip |
wget: upgrade from 1.14 to 1.15
* Removed:
- fix_doc.patch (backport)
* Add the HOMEPAGE.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget/wget-1.14/fix_doc.patch')
-rw-r--r-- | meta/recipes-extended/wget/wget-1.14/fix_doc.patch | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/meta/recipes-extended/wget/wget-1.14/fix_doc.patch b/meta/recipes-extended/wget/wget-1.14/fix_doc.patch deleted file mode 100644 index 91a5ff73da..0000000000 --- a/meta/recipes-extended/wget/wget-1.14/fix_doc.patch +++ /dev/null @@ -1,71 +0,0 @@ -Fix documentation build errors with Texinfo 5 and Perl 5.18 - -wget.pod around line 2105: Expected text after =item, not a number -wget.pod around line 2110: Expected text after =item, not a number -wget.pod around line 2116: Expected text after =item, not a number -wget.pod around line 2121: Expected text after =item, not a number -wget.pod around line 2126: Expected text after =item, not a number -wget.pod around line 2131: Expected text after =item, not a number -wget.pod around line 2136: Expected text after =item, not a number -wget.pod around line 2141: Expected text after =item, not a number -wget.texi:879: @itemx must follow @item -wget.texi:980: @itemx must follow @item -wget.texi:3097: @itemx must follow @item -wget.texi:3608: warning: @itemx should not begin @table - -Upstream-Status: Backport -Signed-off-by: Jonathan Liu <net147@gmail.com> - -diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl -index 86c4b18..9db6de1 100755 ---- a/doc/texi2pod.pl -+++ b/doc/texi2pod.pl -@@ -291,7 +291,7 @@ while(<$inf>) { - if (defined $1) { - my $thing = $1; - if ($ic =~ /\@asis/) { -- $_ = "\n=item $thing\n"; -+ $_ = "\n=item C<$thing>\n"; - } else { - # Entity escapes prevent munging by the <> processing below. - $_ = "\n=item $ic\<$thing\>\n"; -diff --git a/doc/wget.texi b/doc/wget.texi -index 7efdc72..2b045fd 100644 ---- a/doc/wget.texi -+++ b/doc/wget.texi -@@ -876,7 +876,7 @@ recommendation to block many unrelated users from a web site due to the - actions of one. - - @cindex proxy --@itemx --no-proxy -+@item --no-proxy - Don't use proxies, even if the appropriate @code{*_proxy} environment - variable is defined. - -@@ -977,7 +977,7 @@ are outside the range of @sc{ascii} characters (that is, greater than - whose encoding does not match the one used locally. - - @cindex IPv6 --@itemx -4 -+@item -4 - @itemx --inet4-only - @itemx -6 - @itemx --inet6-only -@@ -3094,7 +3094,7 @@ display properly---the same as @samp{-p}. - Change setting of passive @sc{ftp}, equivalent to the - @samp{--passive-ftp} option. - --@itemx password = @var{string} -+@item password = @var{string} - Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. - This command can be overridden using the @samp{ftp_password} and - @samp{http_password} command for @sc{ftp} and @sc{http} respectively. -@@ -3605,7 +3605,7 @@ In addition to the environment variables, proxy location and settings - may be specified from within Wget itself. - - @table @samp --@itemx --no-proxy -+@item --no-proxy - @itemx proxy = on/off - This option and the corresponding command may be used to suppress the - use of proxy, even if the appropriate environment variables are set. |