python, python3: fix to ensure libpython is stripped
authorPrzemyslaw Wrzos <przemyslaw.wrzos@calyptech.com>
Tue, 18 Feb 2014 20:40:07 +0000 (21:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Feb 2014 07:53:59 +0000 (08:53 +0100)
commit99d930e65db24ac1ed5e768324154cc1f10e9eae
treeba6ff06743b4a818c7e81d42d8d51152b0e6d288
parente51f87b825819986613cff58038b797e9925b25d
python, python3: fix to ensure libpython is stripped

The python and python3 builds mark libpython as read-only which
prevents it from being stripped out correctly for the target.

Signed-off-by: Przemyslaw Wrzos <przemyslaw.wrzos@calyptech.com>
Acked-by: Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
Tested-by: Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python/python.mk
package/python3/python3.mk