mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

move it from meta-security Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
314 B
BlitzBasic
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
|
|
}
|