From: Richard Purdie Date: Sat, 24 Apr 2021 13:50:57 +0000 (+0100) Subject: pyyaml: Add missing HOMEPAGE X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8072 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23be2a27e16d711f928561d96f901a25f5f29998;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 c3025fdc662..dce1ad57d3f 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"