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:26 +0000 |
commit | 0ab2c3b105fe92efbc814a3985879996932878c6 (patch) | |
tree | a81d7f276cf7050dfbe2a37bbd3294f7fc6f1415 /meta/recipes-support/curl | |
parent | f1eada135a6b6eef0444ca7a7ff14ab388cb879b (diff) | |
download | openembedded-core-0ab2c3b105fe92efbc814a3985879996932878c6.tar.gz openembedded-core-0ab2c3b105fe92efbc814a3985879996932878c6.tar.bz2 openembedded-core-0ab2c3b105fe92efbc814a3985879996932878c6.zip |
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.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/curl')
-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/" BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" SECTION = "console/network" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e664ac" +LIC_FILES_CHKSUM = "file://COPYING;beginline=8;md5=3a34942f4ae3fbf1a303160714e664ac" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://pkgconfig_fix.patch \ @@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ # SRC_URI += " file://configure_ac.patch" -SRC_URI[md5sum] = "85c58a00412476993050cb242a3f365d" -SRC_URI[sha256sum] = "2b096f9387fb9b2be08d17e518c62b6537b1f4d4bb59111d5b4fa0272f383f66" +SRC_URI[md5sum] = "9ea3123449439bbd960cd25cf98796fb" +SRC_URI[sha256sum] = "ddc643ab9382e24bbe4747d43df189a0a6ce38fcb33df041b9cb0b3cd47ae98f" inherit autotools pkgconfig binconfig multilib_header |