python3: Keep default bluetooth support
We don't need bluetooth support in python BugzID: 74466
This commit is contained in:
parent
a663265a9b
commit
fa238836ce
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue