From 7615f4166ca8eaee247efcbe20d9685ae383f60d Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Thu, 10 Nov 2016 19:29:19 +0100 Subject: [PATCH] python3: compile with bluetooth headers --- recipes-devtools/python/python3_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-devtools/python/python3_%.bbappend diff --git a/recipes-devtools/python/python3_%.bbappend b/recipes-devtools/python/python3_%.bbappend new file mode 100644 index 0000000..d52f18d --- /dev/null +++ b/recipes-devtools/python/python3_%.bbappend @@ -0,0 +1 @@ +EXTRA_OECONF_remove = "ac_cv_header_bluetooth_bluetooth_h=no ac_cv_header_bluetooth_h=no"