diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-03-06 17:13:43 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-06 17:13:43 +0000 |
| commit | 73390c1949090ef86084b3d817474c1c7cdeed28 (patch) | |
| tree | 4789f5bd63505a33f27a59456ad00d30add4073b /packages/python/python_2.5.2.bb | |
| parent | 9ce9cc1d57bb17dbc03a0a9ecc744e2778759e36 (diff) | |
| parent | 0b80abf3a5a3256700ca39d5a41b8c5877f3080c (diff) | |
merge of '2b134fb4a5278b379deec7fbafe34576ac3f266c'
and 'e86cbb0aa6849e39a142ce4c582d140b921326d1'
Diffstat (limited to 'packages/python/python_2.5.2.bb')
| -rw-r--r-- | packages/python/python_2.5.2.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/python/python_2.5.2.bb b/packages/python/python_2.5.2.bb index e6667cc04b..af907f23c9 100644 --- a/packages/python/python_2.5.2.bb +++ b/packages/python/python_2.5.2.bb @@ -5,9 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" 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 = "ml0" +PR = "ml1" PYTHON_MAJMIN = "2.5" @@ -82,11 +80,10 @@ do_install() { require python-${PYTHON_MAJMIN}-manifest.inc -# manual additions +# manual dependency additions RPROVIDES_python-core = "python" RRECOMMENDS_python-core = "python-readline" RRECOMMENDS_python-crypt = "openssl" -PR_python-crypt = "ml1" # add sitecustomize FILES_python-core += "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py" |
