diff options
| author | Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> | 2022-12-20 11:08:04 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 17:33:23 +0000 |
| commit | 18da62e637b8487a07fade71db847db120de8d6b (patch) | |
| tree | 26a146026c3f5fd3173c1e7fefdaad8cc0eea2ba /meta | |
| parent | bbe38cd6376f2ed2fff4e14f3385df62e0ecf1bd (diff) | |
| download | poky-18da62e637b8487a07fade71db847db120de8d6b.tar.gz | |
curl: Correct LICENSE from MIT-open-group to curl
LICENSE for curl is set to MIT-open-group which is wrong and proper
license is 'curl'
I check below link and the line "Curl and libcurl are licensed under
the license below, which is inspired by MIT/X, but not identical." says
that the license is identical to MIT but actual license is identical
from the file "meta/files/common-licenses/curl"
Link: https://curl.se/docs/copyright.html
Also, I do not find the MIT-open-group license text in the entire
source-code
(From OE-Core rev: 34b228bd3a80a74bf4d84ef7ee362f4ab1e3a466)
(From OE-Core rev: 95b5df5c9e0bdef55d0f977fb814f9de74363e68)
Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4a246e06cb62efff8bfd20cdf3dde31e24f9b711)
Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/curl/curl_7.82.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.82.0.bb b/meta/recipes-support/curl/curl_7.82.0.bb index 87f4cd13aa..4774ae7f2b 100644 --- a/meta/recipes-support/curl/curl_7.82.0.bb +++ b/meta/recipes-support/curl/curl_7.82.0.bb | |||
| @@ -6,7 +6,7 @@ HTTP post, SSL connections, proxy support, FTP uploads, and more!" | |||
| 6 | HOMEPAGE = "https://curl.se/" | 6 | HOMEPAGE = "https://curl.se/" |
| 7 | BUGTRACKER = "https://github.com/curl/curl/issues" | 7 | BUGTRACKER = "https://github.com/curl/curl/issues" |
| 8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
| 9 | LICENSE = "MIT-open-group" | 9 | LICENSE = "curl" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" |
| 11 | 11 | ||
| 12 | SRC_URI = "https://curl.se/download/${BP}.tar.xz \ | 12 | SRC_URI = "https://curl.se/download/${BP}.tar.xz \ |
