Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "Python library implementing ASN.1 types." |
| 2 | HOMEPAGE = "http://pyasn1.sourceforge.net/" |
| 3 | LICENSE = "BSD-2-Clause" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 5 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 6 | SRC_URI[md5sum] = "79f98135071c8dd5c37b6c923c51be45" |
| 7 | SRC_URI[sha256sum] = "738c4ebd88a718e700ee35c8d129acce2286542daa80a82823a7073644f706ad" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 8 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 9 | RDEPENDS_${PN}_class-target += " \ |
| 10 | ${PYTHON_PN}-codecs \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 11 | ${PYTHON_PN}-lang \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame^] | 12 | ${PYTHON_PN}-logging \ |
| 13 | ${PYTHON_PN}-math \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 14 | ${PYTHON_PN}-shell \ |
| 15 | " |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |