summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2011-09-28 10:26:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:20 +0100
commitfa2a37d49f6aca23ba90a062b09ed9e7b45065f8 (patch)
tree22279b0a3fe3a76ad8432380032a8ba418d06133 /meta/recipes-support/curl
parentfea174903b19d25982fdbcca234dee66f21733e9 (diff)
downloadpoky-fa2a37d49f6aca23ba90a062b09ed9e7b45065f8.tar.gz
curl: Upgrade from 7.21.7 to 7.22.0
[RP: md5sum checksum fix] (From OE-Core rev: 3d06166ca2bad8477c06d70e2335edcacc4e4241) 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.22.0.bb (renamed from meta/recipes-support/curl/curl_7.21.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.21.7.bb b/meta/recipes-support/curl/curl_7.22.0.bb
index 2ec4402c6a..9ca450a87d 100644
--- a/meta/recipes-support/curl/curl_7.21.7.bb
+++ b/meta/recipes-support/curl/curl_7.22.0.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] = "5f6d50c4d4ee38c57fe37e3cff75adbd" 17SRC_URI[md5sum] = "bdb5c226d37c4a6082c70e7ef6f63060"
18SRC_URI[sha256sum] = "1a50dd17400c042090203eef347e946f29c342c32b6c4843c740c80975e8215a" 18SRC_URI[sha256sum] = "bda0da862322b122784f5a9d7a65efdd99a6061292cfb8e9357e0c67c03e5112"
19 19
20inherit autotools pkgconfig binconfig 20inherit autotools pkgconfig binconfig
21 21