packages/lang/python
Alexandru Ardelean f699a1f8f9 python: fix source folder for libpython
This fix is quite critical since it fixes copying the libpython shared lib.
The previous source folder we've used is ok, it has the shared lib,
but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but
rather a copy of it.
Which means that libpython2.7.so takes twice as much space
on the target's flash.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-20 19:07:28 +03:00
..
files python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions 2014-10-19 22:33:08 +03:00
patches python: add patch to disable package compiles/tests during cross-builts 2014-10-17 17:05:43 +03:00
Makefile python: fix source folder for libpython 2014-10-20 19:07:28 +03:00