diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-14 13:24:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-14 13:24:14 +0000 |
commit | 7ce310c8f998b228f4861d06c62ba0b5827dd63e (patch) | |
tree | 2f4f87ab94e5e64956fcea6a2a4648e0e0cef0bd /meta-extras/packages | |
parent | 69a5f8290e4ebea3b3342df0c558d582c67513c0 (diff) | |
download | poky-7ce310c8f998b228f4861d06c62ba0b5827dd63e.tar.gz |
python: package not packaged files into python-misc
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1343 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages')
-rw-r--r-- | meta-extras/packages/python/python-2.4.4-manifest.inc | 8 | ||||
-rw-r--r-- | meta-extras/packages/python/python_2.4.4.bb | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/meta-extras/packages/python/python-2.4.4-manifest.inc b/meta-extras/packages/python/python-2.4.4-manifest.inc index 35017aefe7..88755a8e9d 100644 --- a/meta-extras/packages/python/python-2.4.4-manifest.inc +++ b/meta-extras/packages/python/python-2.4.4-manifest.inc | |||
@@ -8,9 +8,13 @@ | |||
8 | ######################################################################################################################## | 8 | ######################################################################################################################## |
9 | 9 | ||
10 | 10 | ||
11 | 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 " | 11 | 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" |
12 | 12 | ||
13 | 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 " | 13 | 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" |
14 | |||
15 | DESCRIPTION_python-misc="Misc Python files" | ||
16 | FILES_python-misc="${libdir}/python2.4/" | ||
17 | RDEPENDS_python-misc="python-core" | ||
14 | 18 | ||
15 | DESCRIPTION_python-profile="Python Basic Profiling Support" | 19 | DESCRIPTION_python-profile="Python Basic Profiling Support" |
16 | PR_python-profile="ml0" | 20 | PR_python-profile="ml0" |
diff --git a/meta-extras/packages/python/python_2.4.4.bb b/meta-extras/packages/python/python_2.4.4.bb index 962646833b..fa3c1fdb02 100644 --- a/meta-extras/packages/python/python_2.4.4.bb +++ b/meta-extras/packages/python/python_2.4.4.bb | |||
@@ -5,7 +5,7 @@ SECTION = "devel/python" | |||
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "python-native readline zlib gdbm openssl" | 6 | DEPENDS = "python-native readline zlib gdbm openssl" |
7 | DEPENDS_sharprom = "python-native readline zlib gdbm openssl" | 7 | DEPENDS_sharprom = "python-native readline zlib gdbm openssl" |
8 | PR = "ml0" | 8 | PR = "ml1" |
9 | 9 | ||
10 | PYTHON_MAJMIN = "2.4" | 10 | PYTHON_MAJMIN = "2.4" |
11 | 11 | ||