[Buildroot] Python standard library files missing from rootfs

Mickael Chazaux mickael.chazaux at etictelecom.com
Thu Jun 9 15:10:52 UTC 2016


On 09/06/2016 15:35, Mickael Chazaux wrote:
> Hi,
>
>
> all the standard library files are missing, including site.py.

Sorry for the noise ^^ One of my packages does that in its makefile :
         find $(DESTDIR) -name *.py -exec rm {} \;
         find $(DESTDIR) -name *.pyc -exec rm {} \;
         find $(DESTDIR) -name *.pyo -exec chmod +x {} \;

In OpenEmbedded it causes no harm, but in buildroot, it causes every .py{c} to disappear


-- 
Mickael Chazaux
Software Engineer
Tel : (33) 476 042 009
Fax : (33) 476 042 001

ETIC TELECOM
13, Chemin du Vieux Chêne
38240 MEYLAN
Tel: 33 4 76 04 20 00
fax : 33 4 76 04 20 01



More information about the buildroot mailing list