SUMMARY = "Python library implementing ASN.1 types." | |
HOMEPAGE = "http://pyasn1.sourceforge.net/" | |
LICENSE = "BSD-2-Clause" | |
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd" | |
SRC_URI[md5sum] = "50290e833395016c49903f4f9c7e47e5" | |
SRC_URI[sha256sum] = "a9495356ca1d66ed197a0f72b41eb1823cf7ea8b5bd07191673e8147aecf8604" | |
RDEPENDS_${PN}_class-target += " \ | |
${PYTHON_PN}-codecs \ | |
${PYTHON_PN}-logging \ | |
${PYTHON_PN}-math \ | |
${PYTHON_PN}-shell \ | |
" | |
BBCLASSEXTEND = "native nativesdk" |