diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pycurl.inc | 11 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycurl_7.43.0.5.bb (renamed from meta-python/recipes-devtools/python/python3-pycurl_7.43.0.3.bb) | 1 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-pycurl.inc b/meta-python/recipes-devtools/python/python-pycurl.inc index ac9a370c4c..0f661434c0 100644 --- a/meta-python/recipes-devtools/python/python-pycurl.inc +++ b/meta-python/recipes-devtools/python/python-pycurl.inc | |||
@@ -8,13 +8,12 @@ SECTION = "devel/python" | |||
8 | HOMEPAGE = "http://pycurl.io/" | 8 | HOMEPAGE = "http://pycurl.io/" |
9 | 9 | ||
10 | LICENSE = "LGPLv2 | MIT" | 10 | LICENSE = "LGPLv2 | MIT" |
11 | LIC_FILES_CHKSUM = " \ | 11 | LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ |
12 | file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ | 12 | file://COPYING-MIT;md5=60872a112595004233b769b6cbfd65b6 \ |
13 | file://COPYING-MIT;md5=2df767ed35d8ea83de4a93feb55e7815 \ | 13 | " |
14 | " | ||
15 | 14 | ||
16 | SRC_URI[md5sum] = "f0ed4c805e8bec734990e2e0ee78568e" | 15 | SRC_URI[md5sum] = "0b387d4609ed20c88baede8579a4d425" |
17 | SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e" | 16 | SRC_URI[sha256sum] = "ec7dd291545842295b7b56c12c90ffad2976cc7070c98d7b1517b7b6cd5994b3" |
18 | 17 | ||
19 | inherit pypi | 18 | inherit pypi |
20 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.3.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.5.bb index 5ad319ae2f..c98b7d6f60 100644 --- a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.5.bb | |||
@@ -1,2 +1,3 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-pycurl.inc | 2 | require python-pycurl.inc |
3 | |||