summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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 17:53:05 +0100
commit35d6da6fe5410419fd2f7028073aa41b05c0c984 (patch)
tree66ba6a9998ffa7b40a69e401277a3b717f146e03 /meta/recipes-devtools
parent9be7098de347612b04f4462fc3390ef7a94b9005 (diff)
downloadpoky-35d6da6fe5410419fd2f7028073aa41b05c0c984.tar.gz
pyyaml: Add missing HOMEPAGE
Add a HOMEPAGE to the new recipe to avoid sanity test failures. (From OE-Core rev: 23be2a27e16d711f928561d96f901a25f5f29998) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 @@
1SUMMARY = "Python support for YAML" 1SUMMARY = "Python support for YAML"
2DEPENDS += "libyaml ${PYTHON_PN}-cython-native" 2DEPENDS += "libyaml ${PYTHON_PN}-cython-native"
3HOMEPAGE = "https://pyyaml.org/"
3 4
4LICENSE = "MIT" 5LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079"