[oe-commits] Andreas Oberritter : python-twisted-8.2.0: reduce package size

git version control git at git.openembedded.org
Mon Oct 25 19:25:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4486760d727ada27b1cf6230a54d71d73c203bd8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4486760d727ada27b1cf6230a54d71d73c203bd8

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Oct 25 02:48:03 2010 +0000

python-twisted-8.2.0: reduce package size

* Don't install *.{bat,c,h}
* Move more tests to FILES_${PN}-test

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/python/python-twisted_8.2.0.bb |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-twisted_8.2.0.bb b/recipes/python/python-twisted_8.2.0.bb
index 7ecbf6c..3f8b657 100644
--- a/recipes/python/python-twisted_8.2.0.bb
+++ b/recipes/python/python-twisted_8.2.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.twistedmatrix.com"
 SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-${PV}.tar.bz2 "
 S = "${WORKDIR}/Twisted-${PV}"
@@ -43,11 +43,17 @@ RDEPENDS_${PN} += "\
   ${PN}-words \
 "
 
+do_install_append() {
+	# remove some useless files before packaging
+	find ${D} -name "*.bat" -o -name "*.c" -o -name "*.h" -exec rm {} \;
+}
+
 ALLOW_EMPTY = "1"
 FILES_${PN} = ""
 
 FILES_${PN}-test = " \
   ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \
+  ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \
 "
 
 FILES_${PN}-protocols = " \





More information about the Openembedded-commits mailing list