summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2011-12-22 14:17:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-22 13:16:13 +0000
commit531843bd3102ebf6dc4951d84f91db5d5a17f8c5 (patch)
treef5c6fd949b74c801024c7f11afda8e07061cce7f /meta/recipes-support/curl
parent985a5e72ba3836f0c21e0c907c954214023c0c6f (diff)
downloadpoky-531843bd3102ebf6dc4951d84f91db5d5a17f8c5.tar.gz
curl: Upgrade from 7.22.0 to 7.23.1
(From OE-Core rev: cf4b60ef5665809e8b64d5f02082e119966aa3b9) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r--meta/recipes-support/curl/curl_7.23.1.bb (renamed from meta/recipes-support/curl/curl_7.22.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.22.0.bb b/meta/recipes-support/curl/curl_7.23.1.bb
index 9ca450a87d..977246582a 100644
--- a/meta/recipes-support/curl/curl_7.22.0.bb
+++ b/meta/recipes-support/curl/curl_7.23.1.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
14 file://noldlibpath.patch \ 14 file://noldlibpath.patch \
15 file://pkgconfig_fix.patch" 15 file://pkgconfig_fix.patch"
16 16
17SRC_URI[md5sum] = "bdb5c226d37c4a6082c70e7ef6f63060" 17SRC_URI[md5sum] = "0296d3196b4bf82c896a869b38dbc5f2"
18SRC_URI[sha256sum] = "bda0da862322b122784f5a9d7a65efdd99a6061292cfb8e9357e0c67c03e5112" 18SRC_URI[sha256sum] = "7d8c8cef8f244118245c37853cb175bd95c156ff453730ec2c88189b05a7c06e"
19 19
20inherit autotools pkgconfig binconfig 20inherit autotools pkgconfig binconfig
21 21