From 069f357dc3f7005beef0185967519301210044f5 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Sun, 8 Sep 2024 17:11:38 +0000 Subject: python3-pycurl: Fix LICENSE 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 Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-pycurl_7.45.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') 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 407c264845..fab160ac16 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 \ " -- cgit v1.2.3-54-g00ecf