Re: [OE-core] [PATCH] python3: Build and package precompiled modules

2016-11-11 Thread Joshua Lock
On Tue, 2016-10-25 at 19:20 +0200, Dominic Sacré wrote: > Remove the patch that was applied in the python3 and python3-native > recipes to skip compilation of python modules. > > Modify generate-manifest-3.5.py to match '__pycache__' directories in > FILES_*. > This is necessary because Python3 pu

[OE-core] [PATCH] python3: Build and package precompiled modules

2016-10-25 Thread Dominic Sacré
Remove the patch that was applied in the python3 and python3-native recipes to skip compilation of python modules. Modify generate-manifest-3.5.py to match '__pycache__' directories in FILES_*. This is necessary because Python3 puts .pyc files in '__pycache__' subdirectories one level below the co