python3: Keep default bluetooth support

We don't need bluetooth support in python

BugzID: 74466
This commit is contained in:
Alexandre Bard 2021-08-26 15:53:11 +02:00
parent a663265a9b
commit fa238836ce
1 changed files with 0 additions and 2 deletions

View File

@ -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(){