diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-12 16:05:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-12 16:05:24 +0000 |
commit | d77127ab253ab95a2b57f37eb28df438ccb0ee4e (patch) | |
tree | 095fbfd5b7301de968db3e3dbf5f20af62344d2e /packages/python/python-2.4.4-manifest.inc | |
parent | 8e896b6f463e51a5ac6a14b4ccf6e8a56c3749b6 (diff) |
python-2.4.4-manifest.inc: fix python-misc
* FILES_foo is useless is foo isn't in PACKAGES....
Diffstat (limited to 'packages/python/python-2.4.4-manifest.inc')
-rw-r--r-- | packages/python/python-2.4.4-manifest.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python-2.4.4-manifest.inc b/packages/python/python-2.4.4-manifest.inc index 7a1035ac50..33f5bac2f2 100644 --- a/packages/python/python-2.4.4-manifest.inc +++ b/packages/python/python-2.4.4-manifest.inc @@ -10,13 +10,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 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 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 python-misc-dbg python-misc" DESCRIPTION_python-misc-dbg="Misc Python debug files" FILES_python-misc-dbg="${libdir}/python2.4/lib-dynload/.debug" RDEPENDS_python-misc-dbg="python-core" DESCRIPTION_python-misc="Misc Python files" +PR_python-misc="ml1" FILES_python-misc="${libdir}/python2.4/" RDEPENDS_python-misc="python-core" |