mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 13:18:27 +00:00
python3-m2crypto: Remove __pycache__ files
They may not be appropriate for target due to cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -44,4 +44,9 @@ export SWIG_FEATURES
|
||||
|
||||
export STAGING_DIR
|
||||
|
||||
do_install:append() {
|
||||
rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/M2Crypto/SSL/__pycache__/*.cpython-*.pyc
|
||||
rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/M2Crypto/__pycache__/*.cpython-*.pyc
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user