summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python3.inc
AgeCommit message (Collapse)AuthorFiles
2018-09-13python3: add PACKAGECONFIG for bluetoothRoss Burton1
Instead of forcibly disabling Bluetooth (support for Bluetooth sockets in the socket module), add a PACKAGECONFIG. The default remains disabled for consistency. Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-09-13python3: split common assignments into a dedicated python3.incRoss Burton1
Instead of including the Py2 python.inc and having to undo some of the assignments, create a new python3.inc to hold the common configuration. Over time we can move more from the recipes into this file to unify the target and native recipes. Signed-off-by: Ross Burton <ross.burton@intel.com>