[oe-commits] org.oe.dev python 2.5.1 remove bogus RPROVIDE for python-curses, RRECOMMEND python-readline

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Jan 13 14:29:23 UTC 2008


python 2.5.1 remove bogus RPROVIDE for python-curses, RRECOMMEND python-readline

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: ed94d35280e9dbc28ff90a5b175dc47c752bf347
ViewMTN: http://monotone.openembedded.org/revision/info/ed94d35280e9dbc28ff90a5b175dc47c752bf347
Files:
1
contrib/python/generate-manifest-2.5.py
packages/python/python_2.5.1.bb
Diffs:

#
# mt diff -ra187890b5224af772da71b35cf822fe014826a92 -red94d35280e9dbc28ff90a5b175dc47c752bf347
#
# 
# 
# patch "contrib/python/generate-manifest-2.5.py"
#  from [b7e8bd24539139e7ffcc8d7a6f869f503d1c3ff5]
#    to [42794139eb5d2d065e423c46dd2858a4b6a04f34]
# 
# patch "packages/python/python_2.5.1.bb"
#  from [4f55ad9de694427456743f3c4623090c63ef08a5]
#    to [36a7f492ee7cc2b9c9fe2268b8b153dcb1729102]
# 
============================================================
--- contrib/python/generate-manifest-2.5.py	b7e8bd24539139e7ffcc8d7a6f869f503d1c3ff5
+++ contrib/python/generate-manifest-2.5.py	42794139eb5d2d065e423c46dd2858a4b6a04f34
@@ -11,7 +11,7 @@ VERSION = "2.5.1"
 
 VERSION = "2.5.1"
 # increase when touching python-core, this should be the same ml version as in python_2.5.1.bb
-BASEREV = 5
+BASEREV = 6
 
 __author__ = "Michael 'Mickey' Lauer <mickey at Vanille.de>"
 __version__ = "20071205"
============================================================
--- packages/python/python_2.5.1.bb	4f55ad9de694427456743f3c4623090c63ef08a5
+++ packages/python/python_2.5.1.bb	36a7f492ee7cc2b9c9fe2268b8b153dcb1729102
@@ -7,7 +7,7 @@ DEPENDS_sharprom = "python-native readli
 DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
 
 # NOTE: Keep the digit in sync with BASEREV in contrib/generate-manifest-2.5.py
-PR = "ml5"
+PR = "ml6"
 
 PYTHON_MAJMIN = "2.5"
 
@@ -79,7 +79,7 @@ RPROVIDES_python-core = "python"
 require python-${PYTHON_MAJMIN}-manifest.inc
 
 RPROVIDES_python-core = "python"
-RPROVIDES_python-curses = "python"
+RRECOMMEND_python-core = "python-readline"
 
 PACKAGES =+ "libpython2"
 FILES_libpython2 = "${libdir}/libpython*"






More information about the Openembedded-commits mailing list