[oe-commits] org.oe.dreambox twisted-2.4.0: work around broken installscript

tmbinc commit openembedded-commits at lists.openembedded.org
Fri Sep 22 13:52:41 UTC 2006


twisted-2.4.0: work around broken installscript

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 7c628933bbc19a30464e9faf53916366e011a6f3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7c628933bbc19a30464e9faf53916366e011a6f3
Files:
1
packages/twisted/twisted_2.4.0.bb
Diffs:

#
# mt diff -rcf1f48ec4a7143540a4865deca46dca43079554b -r7c628933bbc19a30464e9faf53916366e011a6f3
#
# 
# 
# patch "packages/twisted/twisted_2.4.0.bb"
#  from [e1fd3bf1b4ee3e60992b8566950ca04ca2555be9]
#    to [d5d72b014d5a72f4d2e9ad9b6db1602145f715cc]
# 
============================================================
--- packages/twisted/twisted_2.4.0.bb	e1fd3bf1b4ee3e60992b8566950ca04ca2555be9
+++ packages/twisted/twisted_2.4.0.bb	d5d72b014d5a72f4d2e9ad9b6db1602145f715cc
@@ -5,7 +5,7 @@ LICENSE = "LGPL"
 SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-DEPENDS = "zope-interface-native zope-interface python-crypto"
+DEPENDS = "zope-interface-native zope-interface python-crypto twisted-native"
 RDEPENDS = "python-core zope-interface python-pickle python-fcntl python-crypto"
 
 SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-${PV}.tar.bz2"
@@ -14,3 +14,10 @@ inherit distutils
 
 inherit distutils
 
+do_compile_prepend() {
+	export PYTHONPATH=${S}/TwistedCore-${PV}
+}
+
+do_install_prepend() {
+	export PYTHONPATH=${S}/TwistedCore-${PV}
+}






More information about the Openembedded-commits mailing list