meta-netmodule-distro/recipes-devtools/python/python3_%.bbappend

10 lines
246 B
Plaintext

EXTRA_OECONF_remove = "ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no"
INCLUDE_PYCS = "0"
PACKAGE_PREPROCESS_FUNCS += "clean_pycache"
clean_pycache(){
find ${PKGD} | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
}