From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/3] generate-manifest-2.6.py: tune python-modules' RDEPENDS
Date: Thu, 9 Sep 2010 18:07:11 +0200 [thread overview]
Message-ID: <1284048433-20991-1-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <AANLkTi=KDR=mtuVUiQE-5_-FL4oR+meQssfeUgz6bBLq@mail.gmail.com>
* python-dev: pulls several dev packages leading to a >256MB image instead
of a 60MB image without this packages
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
contrib/python/generate-manifest-2.6.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/generate-manifest-2.6.py
index 1a0f1d3..5ebafb8 100755
--- a/contrib/python/generate-manifest-2.6.py
+++ b/contrib/python/generate-manifest-2.6.py
@@ -12,7 +12,7 @@ import time
VERSION = "2.6.4"
__author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
-__version__ = "20100711"
+__version__ = "20100908"
class MakefileMaker:
@@ -123,7 +123,7 @@ class MakefileMaker:
line = 'RDEPENDS_python-modules="'
for name, data in self.packages.iteritems():
- if name != 'python-core-dbg':
+ if name not in ['python-core-dbg', 'python-dev']:
line += "%s " % name
self.out( "%s \"" % line )
@@ -164,7 +164,7 @@ if __name__ == "__main__":
m.addPackage( "python-core-dbg", "Python core module debug information", "python-core",
"config/.debug lib-dynload/.debug ${bindir}/.debug ${libdir}/.debug" )
- m.addPackage( "python-devel", "Python Development Package", "python-core",
+ m.addPackage( "python-dev", "Python Development Package", "python-core",
"${includedir} ${libdir}/libpython2.6.so config" ) # package
m.addPackage( "python-idle", "Python Integrated Development Environment", "python-core python-tkinter",
--
1.6.3.3
next prev parent 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 ` Eric Bénard [this message]
2010-09-09 16:07 ` [PATCH 2/3] python-2.6-manifest.inc: regenerate the file Eric Bénard
2010-09-09 16:07 ` [PATCH 3/3] python_2.6.5: tune python-distutils Eric Bénard
2010-09-20 8:00 ` 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-1-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.