summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-13 16:49:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 08:48:08 +0000
commit50adbdc4d67a3dfb13c0bde7606075f64e5c4675 (patch)
treed1a10072c29ad781b645e3104e925d84830cd37a /meta
parentea5bde8d982f1b5f6af1011929abc5b051930221 (diff)
downloadpoky-50adbdc4d67a3dfb13c0bde7606075f64e5c4675.tar.gz
python3-psutil/python3-bcrypt: Add missing HOMEPAGE
Add missing HOMEPAGE entries to the two recipes imported from meta-oe to fix selftest failures. (From OE-Core rev: 7fefeea0b8a0784052e87768588859c703d47fb5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb1
-rw-r--r--meta/recipes-devtools/python/python3-psutil_5.9.0.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb b/meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb
index 92a6a0d8c5..731aff299b 100644
--- a/meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb
+++ b/meta/recipes-devtools/python/python3-bcrypt_3.2.0.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "Modern password hashing for your software and your servers." 1DESCRIPTION = "Modern password hashing for your software and your servers."
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
4HOMEPAGE = "https://pypi.org/project/bcrypt/"
4 5
5DEPENDS += "${PYTHON_PN}-cffi-native" 6DEPENDS += "${PYTHON_PN}-cffi-native"
6 7
diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.0.bb b/meta/recipes-devtools/python/python3-psutil_5.9.0.bb
index 3df0e5d003..df304f01e6 100644
--- a/meta/recipes-devtools/python/python3-psutil_5.9.0.bb
+++ b/meta/recipes-devtools/python/python3-psutil_5.9.0.bb
@@ -1,6 +1,7 @@
1SUMMARY = "A cross-platform process and system utilities module for Python" 1SUMMARY = "A cross-platform process and system utilities module for Python"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
4HOMEPAGE = "https://pypi.org/project/psutil/"
4 5
5SRC_URI[sha256sum] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25" 6SRC_URI[sha256sum] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25"
6 7