From 23be2a27e16d711f928561d96f901a25f5f29998 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 24 Apr 2021 14:50:57 +0100 Subject: [PATCH] pyyaml: Add missing HOMEPAGE Add a HOMEPAGE to the new recipe to avoid sanity test failures. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.1