diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-07-03 12:30:18 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-06 10:21:02 -0700 |
commit | 0d624eac47a4d1e1740b84966cac828e00f9728c (patch) | |
tree | 764e569bda48620c339f3e65479dc2019ef01f84 /meta-python/recipes-devtools/python/python-pyasn1-modules.inc | |
parent | c299f07e81898946f879dc4458bfefe4ee6c63af (diff) | |
download | meta-openembedded-0d624eac47a4d1e1740b84966cac828e00f9728c.tar.gz |
python3-pyasn1-modules: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyasn1-modules.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1-modules.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyasn1-modules.inc b/meta-python/recipes-devtools/python/python-pyasn1-modules.inc deleted file mode 100644 index ce9791993c..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1-modules.inc +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "A collection of ASN.1-based protocols modules." | ||
2 | DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\ | ||
3 | classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various\ | ||
4 | data structures (X.509, PKCS etc.)." | ||
5 | HOMEPAGE = "https://github.com/etingof/pyasn1-modules" | ||
6 | LICENSE = "BSD-2-Clause" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a14482d15c2249de3b6f0e8a47e021fd" | ||
8 | |||
9 | SRC_URI[md5sum] = "18c77d56abeef631d94f95ff2d652859" | ||
10 | SRC_URI[sha256sum] = "0c35a52e00b672f832e5846826f1fb7507907f7d52fba6faa9e3c4cbe874fe4b" | ||
11 | |||
12 | inherit pypi ptest | ||
13 | |||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-pyasn1" | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||
17 | |||
18 | SRC_URI += " \ | ||
19 | file://run-ptest \ | ||
20 | " | ||
21 | |||
22 | RDEPENDS_${PN}-ptest += " \ | ||
23 | ${PYTHON_PN}-pytest \ | ||
24 | " | ||
25 | |||
26 | do_install_ptest() { | ||
27 | install -d ${D}${PTEST_PATH}/tests | ||
28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
29 | } | ||