summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-24 14:50:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-24 14:51:31 +0100
commiteb95a4f30e26690a90ff70e2c2e46195b090527d (patch)
tree1f7cf393634b3ef3e143606abf6317913ced025c
parent2aa060c41c5464f4e14d581334077dce3e65fe13 (diff)
downloadopenembedded-core-contrib-eb95a4f30e26690a90ff70e2c2e46195b090527d.tar.gz
pyyaml: Add missing HOMEPAGE
Add a HOMEPAGE to the new recipe to avoid sanity test failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb b/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb
index c3025fdc66..dce1ad57d3 100644
--- a/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb
+++ b/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb
@@ -1,5 +1,6 @@
SUMMARY = "Python support for YAML"
DEPENDS += "libyaml ${PYTHON_PN}-cython-native"
+HOMEPAGE = "https://pyyaml.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079"