diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-06-12 10:21:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:34:59 +0100 |
commit | df25fcd664f659e2b7c5253ce91c80da005c362b (patch) | |
tree | 518d59fffa4c2567daecb5d61033ae51033f0824 /meta | |
parent | d665bfb04770501eb5747e0c9322821681076025 (diff) | |
download | poky-df25fcd664f659e2b7c5253ce91c80da005c362b.tar.gz |
curl: upgrade to 7.49.1
(From OE-Core rev: 53761f4f2d4b8463bf9f996a87ee0dc61e21a2d0)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/curl/curl_7.49.1.bb (renamed from meta/recipes-support/curl/curl_7.47.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.47.1.bb b/meta/recipes-support/curl/curl_7.49.1.bb index b237b4ec9b..db9dc1a45e 100644 --- a/meta/recipes-support/curl/curl_7.47.1.bb +++ b/meta/recipes-support/curl/curl_7.49.1.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
14 | # | 14 | # |
15 | SRC_URI += " file://configure_ac.patch" | 15 | SRC_URI += " file://configure_ac.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "9ea3123449439bbd960cd25cf98796fb" | 17 | SRC_URI[md5sum] = "6bb1f7af5b58b30e4e6414b8c1abccab" |
18 | SRC_URI[sha256sum] = "ddc643ab9382e24bbe4747d43df189a0a6ce38fcb33df041b9cb0b3cd47ae98f" | 18 | SRC_URI[sha256sum] = "eb63cec4bef692eab9db459033f409533e6d10e20942f4b060b32819e81885f1" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||