summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/python/python_2.4.3.bb3
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*"