All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 3/3] python_2.6.5: tune python-distutils
Date: Thu,  9 Sep 2010 18:07:13 +0200	[thread overview]
Message-ID: <1284048433-20991-3-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1284048433-20991-2-git-send-email-eric@eukrea.com>

removing config/libpython2.6.a and distutils/command/win*
as suggested by cdricjulien.

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/python/python_2.6.5.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python_2.6.5.bb b/recipes/python/python_2.6.5.bb
index c144fee..ecd9f78 100644
--- a/recipes/python/python_2.6.5.bb
+++ b/recipes/python/python_2.6.5.bb
@@ -83,6 +83,12 @@ do_install() {
 	sed -i -e s,ccache,'$(CCACHE)', ${D}/${libdir}/python${PYTHON_MAJMIN}/config/Makefile
 }
 
+do_install_append() {
+	# remove unecessary files from python-distutils' packages
+	rm ${D}/${libdir}/python${PYTHON_MAJMIN}/config/libpython2.6.a
+	rm ${D}/${libdir}/python${PYTHON_MAJMIN}/distutils/command/win*
+}
+
 require python-${PYTHON_MAJMIN}-manifest.inc
 
 # manual dependency additions
-- 
1.6.3.3




  reply	other threads:[~2010-09-09 16:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-07 23:46 [PATCH 1/2] python-2.6: remove python-dev from python-modules Eric Bénard
2010-09-07 23:46 ` [PATCH 2/2] python-2.6: remove python-distutils " Eric Bénard
2010-09-09 14:55   ` cdric julien
2010-09-09 16:07     ` [PATCH 1/3] generate-manifest-2.6.py: tune python-modules' RDEPENDS Eric Bénard
2010-09-09 16:07       ` [PATCH 2/3] python-2.6-manifest.inc: regenerate the file Eric Bénard
2010-09-09 16:07         ` Eric Bénard [this message]
2010-09-20  8:00           ` [PATCH 3/3] python_2.6.5: tune python-distutils Frans Meulenbroeks
2010-09-20  7:59         ` [PATCH 2/3] python-2.6-manifest.inc: regenerate the file Frans Meulenbroeks
2010-09-09 17:34       ` [PATCH 1/3] generate-manifest-2.6.py: tune python-modules' RDEPENDS J. L. 
2010-09-09 17:49         ` Eric Bénard
2010-09-09 17:51           ` J. L. 
2010-09-20  7:59             ` Frans Meulenbroeks
2010-09-08  9:17 ` [PATCH 1/2] python-2.6: remove python-dev from python-modules Dr. Michael Lauer
2010-09-08  9:32   ` Eric Bénard
2010-09-08 12:00   ` [PATCH 1/2] generate-manifest-2.6.py: tune python-modules' RDEPENDS Eric Bénard
2010-09-08 12:00     ` [PATCH 2/2] python-2.6-manifest.inc: regenerate the file Eric Bénard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1284048433-20991-3-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.