mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 08:02:23 +02:00
curl: Update to 7.37
Remove patches that are fixed upstream (From OE-Core rev: d5d169af2b34596deb3997c2bfa7398c447c4fac) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ee140962f3
commit
6e392abb99
@@ -1,38 +0,0 @@
|
||||
Upsteam-Status Backport [fixed in 7.37.0]
|
||||
commit 38d582ff541353d738858299d4a2b78bafac03ed
|
||||
Author: Daniel Stenberg <daniel@haxx.se>
|
||||
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, <daniel@haxx.se>, et al.
|
||||
+# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, 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 <<FOOT
|
||||
+#else /* !USE_MANUAL */
|
||||
+/* built-in manual is disabled, blank function */
|
||||
+#include "tool_hugehelp.h"
|
||||
+void hugehelp(void) {}
|
||||
#endif /* USE_MANUAL */
|
||||
FOOT
|
||||
;
|
||||
@@ -11,8 +11,6 @@ DEPENDS_class-nativesdk = "nativesdk-zlib"
|
||||
|
||||
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
|
||||
file://pkgconfig_fix.patch \
|
||||
file://generate_code_for_disable_manual.patch \
|
||||
file://remove_inappropriate_file_from_rel.patch \
|
||||
"
|
||||
|
||||
# curl likes to set -g0 in CFLAGS, so we stop it
|
||||
@@ -20,8 +18,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
|
||||
#
|
||||
SRC_URI += " file://configure_ac.patch"
|
||||
|
||||
SRC_URI[md5sum] = "e6d1f9d1b59da5062109ffe14e0569a4"
|
||||
SRC_URI[sha256sum] = "1fbe82b89bcd6b7ccda8cb0ff076edc60e911595030e27689f4abd5ef7f3cfcd"
|
||||
SRC_URI[md5sum] = "7dda0cc2e4136f78d5801ac347be696b"
|
||||
SRC_URI[sha256sum] = "24502492de3168b0556d8e1a06f14f7589e57b204917d602a572e14239b3e09e"
|
||||
|
||||
inherit autotools pkgconfig binconfig multilib_header
|
||||
|
||||
Reference in New Issue
Block a user