]> code.ossystems Code Review - openembedded-core.git/commitdiff
pyyaml: Add missing HOMEPAGE
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Apr 2021 13:50:57 +0000 (14:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Apr 2021 16:53:01 +0000 (17:53 +0100)
Add a HOMEPAGE to the new recipe to avoid sanity test failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb

index c3025fdc6624c0f4b41d27c3d280cfdbc66d5c67..dce1ad57d3fa547a8e51b6a1fa58d30dbc776d82 100644 (file)
@@ -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"