blob: 014fcf9a3907ce29ecb5707ae9feb1676a2b2b68 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Python library implementing ASN.1 types."
2HOMEPAGE = "http://pyasn1.sourceforge.net/"
3LICENSE = "BSD-2-Clause"
Brad Bishopc342db32019-05-15 21:57:59 -04004LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd"
Patrick Williamsddad1a12017-02-23 20:36:32 -06005
Brad Bishopc1d34332019-09-09 14:56:00 -04006SRC_URI[md5sum] = "50290e833395016c49903f4f9c7e47e5"
7SRC_URI[sha256sum] = "a9495356ca1d66ed197a0f72b41eb1823cf7ea8b5bd07191673e8147aecf8604"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009RDEPENDS_${PN}_class-target += " \
10 ${PYTHON_PN}-codecs \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011 ${PYTHON_PN}-logging \
12 ${PYTHON_PN}-math \
Patrick Williamsddad1a12017-02-23 20:36:32 -060013 ${PYTHON_PN}-shell \
14"
15
16BBCLASSEXTEND = "native nativesdk"