rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | DESCRIPTION = "PyCryptoPlus is an extension to the Python Crypto module" |
2 | HOMEPAGE = "https://github.com/doegox/python-cryptoplus" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51c9a5b8457c0adeb11e1946915de2f2" | ||||
5 | |||||
6 | SRC_URI = "git://github.com/doegox/python-cryptoplus;protocol=http" | ||||
7 | SRCREV = "a5a1f8aecce4ddf476b2d80b586822d9e91eeb7d" | ||||
8 | S = "${WORKDIR}/git" | ||||
9 | |||||
10 | |||||
11 | do_compile[noexec] = "1" | ||||
12 | |||||
13 | BBCLASSEXTEND = "native nativesdk" |