diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-08-29 11:40:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-08-29 11:40:58 +0000 |
commit | f4860e4639923a4f88c48bc138cce089ae5dbf60 (patch) | |
tree | 62f2271ffd4cf66cba5d41df0781d30a35170e37 /packages/python | |
parent | 428dc98ac20df804f6aad345bd432f2b2dacea0a (diff) |
python 2.4.3 add PACKAGES_DYNAMIC -- close #1366
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python_2.4.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb index 4fe3ebd402..30c4ee1aee 100644 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "python-native readline zlib gdbm openssl tcl tk" DEPENDS_sharprom = "python-native readline zlib gdbm openssl" -PR = "ml4" +PR = "ml5" PYTHON_MAJMIN = "2.4" @@ -68,4 +68,5 @@ require python-${PV}-manifest.inc RPROVIDES_python-core = "python" RPROVIDES_python-curses = "python" PACKAGES =+ "libpython2" +PACKAGES_DYNAMIC = "python-* libpython2" FILES_libpython2 = "${libdir}/libpython*" |