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