mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-23 00:28:29 +00:00
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:
committed by
Martin Jansa
parent
2b6cad9522
commit
a625494863
11
meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb
Normal file
11
meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user