From fa238836cebd89a2a06f95ab6c37ee7d0a0f0e0c Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 26 Aug 2021 15:53:11 +0200 Subject: [PATCH] python3: Keep default bluetooth support We don't need bluetooth support in python BugzID: 74466 --- bbappends/core/recipes-devtools/python/python3_%.bbappend | 2 -- 1 file changed, 2 deletions(-) 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(){