summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-13 17:21:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-13 17:21:23 +0000
commitee705b5424ac031a689a321dd7636a60a9910871 (patch)
tree18c44d9859d721fae7422a670238cc1349c5aa70 /packages
parent9acbf3fcc9d2f92891edb26212afbd7177cfc225 (diff)
python 2.5.1 provide ncurses through PACKAGES_DYNAMIC
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python_2.5.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/python/python_2.5.1.bb b/packages/python/python_2.5.1.bb
index 668c2a7833..5b15634dd0 100644
--- a/packages/python/python_2.5.1.bb
+++ b/packages/python/python_2.5.1.bb
@@ -7,7 +7,7 @@ DEPENDS = "python-native readline zlib gdbm openssl sqlite3 tcl tk"
DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
# NOTE: Keep the digit in sync with BASEREV in contrib/generate-manifest-2.5.py
-PR = "ml8"
+PR = "ml9"
PYTHON_MAJMIN = "2.5"
@@ -103,3 +103,5 @@ FILES_python-misc = "${libdir}/python${PYTHON_MAJMIN}"
PACKAGES += "python-man"
FILES_python-man = "${datadir}/man"
+PACKAGES_DYNAMIC += "python-ncurses"
+