diff --git a/bbappends/core/recipes-devtools/python/python3_%.bbappend b/bbappends/core/recipes-devtools/python/python3_%.bbappend index b7da3e8..492ec87 100644 --- a/bbappends/core/recipes-devtools/python/python3_%.bbappend +++ b/bbappends/core/recipes-devtools/python/python3_%.bbappend @@ -1,5 +1,3 @@ -EXTRA_OECONF_remove = "ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no" - PACKAGE_PREPROCESS_FUNCS += "${@ 'clean_pycache' if not bb.utils.to_boolean(d.getVar('INCLUDE_PYCS')) else '' }" clean_pycache(){