mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
20 lines
464 B
BlitzBasic
20 lines
464 B
BlitzBasic
SUMMARY = "Python support for YAML"
|
|
DEPENDS += "libyaml ${PYTHON_PN}-cython-native"
|
|
HOMEPAGE = "https://pyyaml.org/"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079"
|
|
|
|
PYPI_PACKAGE = "PyYAML"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"
|
|
|
|
RDEPENDS_${PN} += "\
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-netclient \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|