| DESCRIPTION = "PyCryptoPlus is an extension to the Python Crypto module" | |
| HOMEPAGE = "https://github.com/doegox/python-cryptoplus" | |
| LICENSE = "MIT" | |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=51c9a5b8457c0adeb11e1946915de2f2" | |
| SRC_URI = "git://github.com/doegox/python-cryptoplus;protocol=http" | |
| SRCREV = "a5a1f8aecce4ddf476b2d80b586822d9e91eeb7d" | |
| S = "${WORKDIR}/git" | |
| do_compile[noexec] = "1" | |
| BBCLASSEXTEND = "native nativesdk" |