diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 15:34:03 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:19:20 -0400 |
commit | 465ced17dbde9e20bb4eaa877ce94e9a77f48bf1 (patch) | |
tree | 222e8b4412c680dccad67ce5a0ba5e403420351c | |
parent | fac657774bab175d0be0db63947943c40702f79b (diff) | |
download | meta-openembedded-465ced17dbde9e20bb4eaa877ce94e9a77f48bf1.tar.gz |
python3-pycurl: Fix LICENSE
Contents of
https://github.com/pycurl/pycurl/blob/REL_7_45_2/COPYING-LGPL
correspond to version 2.1 of the license rather than 2.0.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb index a6863e21ff..10d3cd1027 100644 --- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb | |||
@@ -7,7 +7,7 @@ be used to fetch objects identified by a URL from a Python program \ | |||
7 | SECTION = "devel/python" | 7 | SECTION = "devel/python" |
8 | HOMEPAGE = "http://pycurl.io/" | 8 | HOMEPAGE = "http://pycurl.io/" |
9 | 9 | ||
10 | LICENSE = "LGPL-2.0-only | MIT" | 10 | LICENSE = "LGPL-2.1-only | MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ | 11 | LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ |
12 | file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \ | 12 | file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \ |
13 | " | 13 | " |