From d5d169af2b34596deb3997c2bfa7398c447c4fac Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 24 Jun 2014 17:13:15 -0700 Subject: curl: Update to 7.37 Remove patches that are fixed upstream Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../curl/generate_code_for_disable_manual.patch | 38 ------------ meta/recipes-support/curl/curl_7.36.0.bb | 71 ---------------------- meta/recipes-support/curl/curl_7.37.0.bb | 69 +++++++++++++++++++++ 3 files changed, 69 insertions(+), 109 deletions(-) delete mode 100644 meta/recipes-support/curl/curl/generate_code_for_disable_manual.patch delete mode 100644 meta/recipes-support/curl/curl_7.36.0.bb create mode 100644 meta/recipes-support/curl/curl_7.37.0.bb diff --git a/meta/recipes-support/curl/curl/generate_code_for_disable_manual.patch b/meta/recipes-support/curl/curl/generate_code_for_disable_manual.patch deleted file mode 100644 index dc755e44ad..0000000000 --- a/meta/recipes-support/curl/curl/generate_code_for_disable_manual.patch +++ /dev/null @@ -1,38 +0,0 @@ -Upsteam-Status Backport [fixed in 7.37.0] -commit 38d582ff541353d738858299d4a2b78bafac03ed -Author: Daniel Stenberg -Date: Wed Mar 26 13:22:10 2014 +0100 - - mkhelp: generate code for --disable-manual as well - - This allows configure --disable-manual to run and build without having - to regenerate the src/tool_hugehelp.c file which otherwise is necessary - since we ship tarballs with that file present. - - Reported-by: Remi Gacogne - Bug: http://curl.haxx.se/bug/view.cgi?id=1350 - -diff --git a/src/mkhelp.pl b/src/mkhelp.pl -index 444b669..7ed86f7 100644 ---- a/src/mkhelp.pl -+++ b/src/mkhelp.pl -@@ -6,7 +6,7 @@ - # | (__| |_| | _ <| |___ - # \___|\___/|_| \_\_____| - # --# Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. -+# Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. - # - # This software is licensed as described in the file COPYING, which - # you should have received as part of this distribution. The terms -@@ -256,6 +256,10 @@ foot(); - - sub foot { - print <