diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-08 14:49:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:46 +0000 |
commit | a0cc1c3e1f04b745d6533463a2930f6be433b527 (patch) | |
tree | a0ae8342207c859d12e320ef3dd03237b8856e54 /meta/recipes-support | |
parent | a0d3eb9f8c37c781cbb8eeeccb5e381939f12850 (diff) | |
download | poky-a0cc1c3e1f04b745d6533463a2930f6be433b527.tar.gz |
curl: update 7.47.0 -> 7.47.1
Adjust LIC_FILES_CHKSUM beginline due to changes to the Copyright to
acknowledge additional contributors. No change to the license text.
(From OE-Core rev: 0ab2c3b105fe92efbc814a3985879996932878c6)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.47.1.bb (renamed from meta/recipes-support/curl/curl_7.47.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/curl/curl_7.47.0.bb b/meta/recipes-support/curl/curl_7.47.1.bb index ab3c7e1e04..f2fa37ccf4 100644 --- a/meta/recipes-support/curl/curl_7.47.0.bb +++ b/meta/recipes-support/curl/curl_7.47.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://curl.haxx.se/" | |||
3 | BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" | 3 | BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e664ac" | 6 | LIC_FILES_CHKSUM = "file://COPYING;beginline=8;md5=3a34942f4ae3fbf1a303160714e664ac" |
7 | 7 | ||
8 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ |
9 | file://pkgconfig_fix.patch \ | 9 | file://pkgconfig_fix.patch \ |
@@ -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] = "85c58a00412476993050cb242a3f365d" | 17 | SRC_URI[md5sum] = "9ea3123449439bbd960cd25cf98796fb" |
18 | SRC_URI[sha256sum] = "2b096f9387fb9b2be08d17e518c62b6537b1f4d4bb59111d5b4fa0272f383f66" | 18 | SRC_URI[sha256sum] = "ddc643ab9382e24bbe4747d43df189a0a6ce38fcb33df041b9cb0b3cd47ae98f" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||