summaryrefslogtreecommitdiff
path: root/packages/python/python_2.4.4.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-21 08:49:48 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-21 08:49:48 +0000
commit7ebefcff1fdc6993a30d1d6789a90c54578068e4 (patch)
tree7f656e7b251105ed59088873071928d4fb1737ba /packages/python/python_2.4.4.bb
parent11cd48c28ef8e701fc43b9905a3a4f7af4fb5c8f (diff)
parent35673b07fcb65e7109ed0430a9a4aa7e4313d437 (diff)
merge of '2b710e1818e35c1ae6f03e19452a17638f3b8048'
and '9a039e377450d290fde23e8f83821bd022343fd4'
Diffstat (limited to 'packages/python/python_2.4.4.bb')
-rw-r--r--packages/python/python_2.4.4.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/python/python_2.4.4.bb b/packages/python/python_2.4.4.bb
index 303f956721..6ec186cb83 100644
--- a/packages/python/python_2.4.4.bb
+++ b/packages/python/python_2.4.4.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
PRIORITY = "optional"
DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
-PR = "ml1"
+PR = "ml2"
PYTHON_MAJMIN = "2.4"
@@ -68,3 +68,12 @@ RPROVIDES_python-core = "python"
RPROVIDES_python-curses = "python"
PACKAGES =+ "libpython2"
FILES_libpython2 = "${libdir}/libpython*"
+
+# catch all the rest (unsorted)
+PACKAGES += "python-misc"
+FILES_python-misc = "${libdir}/python2.4"
+
+# catch manpage
+PACKAGES += "python-man"
+FILES_python-man = "${datadir}/man"
+