mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

-License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
636 B
PHP
17 lines
636 B
PHP
SUMMARY = "A collection of ASN.1-based protocols modules."
|
|
DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\
|
|
classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various\
|
|
data structures (X.509, PKCS etc.)."
|
|
HOMEPAGE = "https://github.com/etingof/pyasn1-modules"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a14482d15c2249de3b6f0e8a47e021fd"
|
|
|
|
SRC_URI[md5sum] = "c0bbe9820c971a97f156ff343ae67911"
|
|
SRC_URI[sha256sum] = "43c17a83c155229839cc5c6b868e8d0c6041dba149789b6d6e28801c64821722"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN} = "${PYTHON_PN}-pyasn1"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|