[oe-commits] org.oe.dreambox twisted: experimental package split

tmbinc commit openembedded-commits at lists.openembedded.org
Fri Sep 22 14:42:22 UTC 2006


twisted: experimental package split

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

#
# mt diff -rf69d6376410c77a6162487164a27c74b2913495b -rbe8f83501de7169b81ce316cd48fd7a441a9b92a
#
# 
# 
# patch "packages/twisted/twisted_2.4.0.bb"
#  from [d5d72b014d5a72f4d2e9ad9b6db1602145f715cc]
#    to [4f6ff9ccc54fbef7e92bf5aa0fe7b5e85f0fb7d9]
# 
============================================================
--- packages/twisted/twisted_2.4.0.bb	d5d72b014d5a72f4d2e9ad9b6db1602145f715cc
+++ packages/twisted/twisted_2.4.0.bb	4f6ff9ccc54fbef7e92bf5aa0fe7b5e85f0fb7d9
@@ -14,6 +14,19 @@ inherit distutils
 
 inherit distutils
 
+SP = "${libdir}/${PYTHON_DIR}/site-packages/twisted"
+
+FILES_twisted-conch = "${SP}/conch/"
+FILES_twisted-lore = "${SP}/lore/"
+FILES_twisted-mail = "${SP}/mail/"
+FILES_twisted-names = "${SP}/names/"
+FILES_twisted-news = "${SP}/news/"
+FILES_twisted-runner = "${SP}/runner/"
+FILES_twisted-web = "${SP}/web/"
+FILES_twisted-words = "${SP}/words/"
+FILES_twisted-trial = "${SP}/trial/ ${SP}/test/"
+PACKAGES = "twisted-conch twisted-lore twisted-mail twisted-names twisted-news twisted-runner twisted-web twisted-words twisted-trial twisted"
+
 do_compile_prepend() {
 	export PYTHONPATH=${S}/TwistedCore-${PV}
 }






More information about the Openembedded-commits mailing list