[oe-commits] [openembedded-core] 34/35: curl: Include the complete license information

git at git.openembedded.org git at git.openembedded.org
Fri Nov 16 16:34:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 015f65b5c391c75fe96f927a007a8be04db70a63
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Fri Oct 5 22:45:53 2018 +0200

    curl: Include the complete license information
    
    For some reason, the copyright part was left out of the license
    information included in LIC_FILES_CHKSUM, preventing it from being
    used in, e.g., documentation to satisfy the requirements of the
    license.
    
    License-Update: Include the complete license information
    (From OE-Core rev: 390becd2dcf4fe791ec3715a74e34a46bd457e7a)
    
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/curl/curl_7.61.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb
index 02ff904..31d5d9b 100644
--- a/meta/recipes-support/curl/curl_7.61.0.bb
+++ b/meta/recipes-support/curl/curl_7.61.0.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=8;md5=3a34942f4ae3fbf1a303160714e664ac"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ef889a37a5a874490ac7ce116396f29a"
 
 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://0001-replace-krb5-config-with-pkg-config.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list