diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 21:26:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 23:27:28 +0000 |
commit | 60154c479e0ff13b76b13237cf9668d28e171dba (patch) | |
tree | 24412ad3bbc2c34adf10b74577c2b526049e6991 /meta/recipes-devtools/python | |
parent | 6504eae346380022292b376167a1b32adf555b6a (diff) | |
download | poky-60154c479e0ff13b76b13237cf9668d28e171dba.tar.gz |
python3: Add missing HOMEPAGE entries
(From OE-Core rev: 979122077165b2dcdce5bb8e9b88a764254ddef8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-chardet_4.0.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-chardet_4.0.0.bb b/meta/recipes-devtools/python/python3-chardet_4.0.0.bb index 75fe4df8d7..f53bdc974a 100644 --- a/meta/recipes-devtools/python/python3-chardet_4.0.0.bb +++ b/meta/recipes-devtools/python/python3-chardet_4.0.0.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Universal encoding detector for Python 2 and 3" | 1 | SUMMARY = "Universal encoding detector for Python 2 and 3" |
2 | HOMEPAGE = "https://pypi.org/project/chardet/" | ||
2 | LICENSE = "LGPL-2.1-only" | 3 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | 5 | ||
diff --git a/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb b/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb index fed2d91140..0748886609 100644 --- a/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb +++ b/meta/recipes-devtools/python/python3-pytest-runner_5.3.1.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Invoke py.test as distutils command with dependency resolution" | 1 | SUMMARY = "Invoke py.test as distutils command with dependency resolution" |
2 | HOMEPAGE = "https://pypi.org/project/pytest-runner/" | ||
2 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" |
4 | 5 | ||