meta-openembedded/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb
Armin Kuster a625494863 python-pycrypto: add app to meta-python
move it from meta-security

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:30 +01:00

12 lines
314 B
BlitzBasic

inherit distutils
require python-pycrypto.inc
SRC_URI += "file://cross-compiling.patch"
# We explicitly call distutils_do_install, since we want it to run, but
# *don't* want the autotools install to run, since this package doesn't
# provide a "make install" target.
do_install() {
distutils_do_install
}