mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user