From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Wrzos Date: Fri, 14 Feb 2014 11:22:18 +1100 Subject: [Buildroot] [PATCH] python: fix to ensure libpython is stripped In-Reply-To: <20140213220854.0db94a08@skate> References: <1390448438-13114-1-git-send-email-przemyslaw.wrzos@calyptech.com> <20140213220854.0db94a08@skate> Message-ID: <006301cf291a$d2064af0$7612e0d0$@calyptech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Thomas, On Fri, 14 Feb 2014 at 08:08:54, Thomas Petazzoni wrote: > Dear Przemyslaw Wrzos, > > On Thu, 23 Jan 2014 14:40:38 +1100, Przemyslaw Wrzos wrote: >> 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 > > I have integrated this patch into the large set of Python patches I've > posted at > http://lists.busybox.net/pipermail/buildroot/2014-February/089309.html. > > However, I agree with Thomas De Schampheleire that this specific patch > should be merged for 2014.02, as it fixes a real problem, and gives a > nice size reduction. > > Thomas That makes sense. I assume you don't need anything from me at this point. Cheers, Przemyslaw Wrzos