diff options
| author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-21 16:08:16 +0000 |
|---|---|---|
| committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-21 16:08:16 +0000 |
| commit | ba68b5b60c6b212df3ac763a9283462564403330 (patch) | |
| tree | 976a4391a5e19d6835f314598ed1cb24fa3a4c09 /packages/python/python_2.4.4.bb | |
| parent | fa1cb20696128f0b580187f779aac90b879456f7 (diff) | |
| parent | 07903f2bd73ad78932437c6dcfb45c25f722fc57 (diff) | |
merge of 'aaafb999d11846eacd606047f3cddf7a583a9e0c'
and 'b0652ec03153efab79c1e4fedf9f6847d4695672'
Diffstat (limited to 'packages/python/python_2.4.4.bb')
| -rw-r--r-- | packages/python/python_2.4.4.bb | 11 |
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" + |
