python: fix source folder for libpython
authorAlexandru Ardelean <redacted>
Mon, 20 Oct 2014 16:07:23 +0000 (19:07 +0300)
committerAlexandru Ardelean <redacted>
Mon, 20 Oct 2014 16:07:28 +0000 (19:07 +0300)
commitf699a1f8f992f01401fa0399a42f5b776541220c
tree483d77d825bfdf26b243db1eb09384d2d5fbc597
parent774bb4449407f8033e631b367281faeb123000f4
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 <redacted>
lang/python/Makefile
git clone https://git.99rst.org/PROJECT