From: Richard Purdie Date: Sat, 24 Apr 2021 13:50:57 +0000 (+0100) Subject: pyyaml: Add missing HOMEPAGE X-Git-Tag: uninative-3.1~62 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23be2a27e16d711f928561d96f901a25f5f29998;p=openembedded-core.git pyyaml: Add missing HOMEPAGE Add a HOMEPAGE to the new recipe to avoid sanity test failures. Signed-off-by: Richard Purdie --- 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"