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>
This commit is contained in:
Armin Kuster
2017-02-06 08:37:15 -08:00
committed by Martin Jansa
parent 2b6cad9522
commit a625494863
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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
}