diff mbox series

[meta-python,kirkstone,10/13] python3-pycurl: Fix LICENSE

Message ID 20240908171141.99382-10-niko.mauno@vaisala.com
State New
Headers show
Series [meta-python,kirkstone,01/13] python3-pybind11: Fix LICENSE | expand

Commit Message

Niko Mauno Sept. 8, 2024, 5:11 p.m. UTC
Contents of
https://github.com/pycurl/pycurl/blob/REL_7_45_1/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>
---
 meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb
index 407c26484..fab160ac1 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb
@@ -7,7 +7,7 @@  be used to fetch objects identified by a URL from a Python program \
 SECTION = "devel/python"
 HOMEPAGE = "http://pycurl.io/"
 
-LICENSE = "LGPL-2.0-only | MIT"
+LICENSE = "LGPL-2.1-only | MIT"
 LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
                     file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \
                     "