python 2.3.4, 2.4.3: make python-core provide the python runtime
authorMichael Lauer <mickey@vanille-media.de>
Sat, 22 Apr 2006 15:57:50 +0000 (15:57 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 22 Apr 2006 15:57:50 +0000 (15:57 +0000)
packages/python/python_2.3.4.bb
packages/python/python_2.4.3.bb

index de9c15c..e6da09e 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 DEPENDS = "python-native zlib gdbm"
-PR = "ml4"
+PR = "ml5"
 
 SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
           file://bindir-libdir.patch;patch=1 \
@@ -55,3 +55,4 @@ do_install() {
 }
 
 include python-${PV}-manifest.inc
+RPROVIDES_python-core = "python"
index 7d3856d..600bee2 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
-PR = "ml0"
+PR = "ml1"
 
 PYTHON_MAJMIN = "2.4"
 
@@ -62,6 +62,6 @@ do_install() {
 
 include python-${PV}-manifest.inc
 
+RPROVIDES_python-core = "python"
 PACKAGES =+ "libpython2"
 FILES_libpython2 = "${libdir}/libpython*"
-