[oe-commits] org.oe.dev twisted: fix debug packaging

Jake commit openembedded-commits at lists.openembedded.org
Mon Jun 11 16:04:38 UTC 2007


twisted: fix debug packaging

Author: Jake
Branch: org.openembedded.dev
Revision: 239bf9442698f4db4f07daf718bd532f57820a9a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=239bf9442698f4db4f07daf718bd532f57820a9a
Files:
1
packages/twisted/twisted_1.2.0.bb
Diffs:

#
# mt diff -r74d5eb720612e82404207425c8cdbded4c3695f9 -r239bf9442698f4db4f07daf718bd532f57820a9a
#
# 
# 
# patch "packages/twisted/twisted_1.2.0.bb"
#  from [d43c5f03788f3e14441dfb8bc5da18032e000dc7]
#    to [9557bd9f05e287bbf992f9a56774268ff1849f77]
# 
============================================================
--- packages/twisted/twisted_1.2.0.bb	d43c5f03788f3e14441dfb8bc5da18032e000dc7
+++ packages/twisted/twisted_1.2.0.bb	9557bd9f05e287bbf992f9a56774268ff1849f77
@@ -1,14 +1,19 @@
-DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
-Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols                   \
-(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
+DESCRIPTION = "Twisted is an event-driven networking framework written in \
+Python and licensed under the LGPL. \ Twisted supports TCP, UDP, SSL/TLS, \
+multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, \
+IMAP, SSH, IRC, FTP, and others), and much more."
 HOMEPAGE = "http://www.twistedmatrix.com"
 SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "LGPL"
 RDEPENDS = "python-core"
+PR = "r1"
 
 SRC_URI = "http://tmrc.mit.edu/mirror/twisted/old/Twisted-${PV}.tar.bz2"
 S = "${WORKDIR}/Twisted-${PV}"
 
 inherit distutils
 
+FILES_${PN}-dbg += "${libdir}/python2.4/site-packages/twisted/protocols/.debug"
+FILES_${PN}-dbg += "${libdir}/python2.4/site-packages/twisted/runner/.debug"
+FILES_${PN}-dbg += "${libdir}/python2.4/site-packages/twisted/spread/.debug"






More information about the Openembedded-commits mailing list