[oe-commits] org.oe.dev python: package not packaged files into python-misc (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Wed Mar 14 14:07:54 UTC 2007


python: package not packaged files into python-misc (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: fbd5ff3ff37128ffc8addc9ff281a91c38bc6119
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fbd5ff3ff37128ffc8addc9ff281a91c38bc6119
Files:
1
packages/python/python-2.4.4-manifest.inc
packages/python/python_2.4.4.bb
Diffs:

#
# mt diff -rf135e5fbea751388cfca1b6bed6de19b6e5016fe -rfbd5ff3ff37128ffc8addc9ff281a91c38bc6119
#
# 
# 
# patch "packages/python/python-2.4.4-manifest.inc"
#  from [86bb4dd3bd0c06513b9010a52fc98a7029f3e507]
#    to [30334b8d9efa0018f222f591ee94c7e87acd7b0e]
# 
# patch "packages/python/python_2.4.4.bb"
#  from [f7c2b212a511773164a98d0fe37665bcb1c99519]
#    to [5254281b7e053914cd3fb4f8b824d8ccec7d9876]
# 
============================================================
--- packages/python/python-2.4.4-manifest.inc	86bb4dd3bd0c06513b9010a52fc98a7029f3e507
+++ packages/python/python-2.4.4-manifest.inc	30334b8d9efa0018f222f591ee94c7e87acd7b0e
@@ -8,10 +8,14 @@
 ########################################################################################################################
  
 
-PROVIDES+="python-profile python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio "
+PROVIDES+="python-profile python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-misc"
 
-PACKAGES="python-profile python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio "
+PACKAGES="python-profile python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-misc"
 
+DESCRIPTION_python-misc="Misc Python files"
+FILES_python-misc="${libdir}/python2.4/"
+RDEPENDS_python-misc="python-core"
+
 DESCRIPTION_python-profile="Python Basic Profiling Support"
 PR_python-profile="ml0"
 RDEPENDS_python-profile="python-core"
============================================================
--- packages/python/python_2.4.4.bb	f7c2b212a511773164a98d0fe37665bcb1c99519
+++ packages/python/python_2.4.4.bb	5254281b7e053914cd3fb4f8b824d8ccec7d9876
@@ -5,7 +5,7 @@ DEPENDS_sharprom = "python-native readli
 PRIORITY = "optional"
 DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
 DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
-PR = "ml0"
+PR = "ml1"
 
 PYTHON_MAJMIN = "2.4"
 






More information about the Openembedded-commits mailing list