[oe-commits] org.oe.dev python: fixed manifest to NOT rdepend on libraries - shlibs code will do it in correct way

hrw commit openembedded-commits at lists.openembedded.org
Wed Oct 4 09:55:20 UTC 2006


python: fixed manifest to NOT rdepend on libraries - shlibs code will do it in correct way

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: e81ad8bbd55788f8132544a64394420053252ebf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e81ad8bbd55788f8132544a64394420053252ebf
Files:
1
contrib/python/generate-manifest.py
packages/python/python-2.4.3-manifest.inc
packages/python/python_2.4.3.bb
Diffs:

#
# mt diff -r87e693ccd2a9a4966d8539906a84830b812d7225 -re81ad8bbd55788f8132544a64394420053252ebf
#
# 
# 
# patch "contrib/python/generate-manifest.py"
#  from [74f8fd1b7aafdc643d3f8a29e4bdf4d4219681a1]
#    to [3047244de883953411f6e6db8d022899e47c6f6f]
# 
# patch "packages/python/python-2.4.3-manifest.inc"
#  from [2ad35ebf714559e2df6bc8153c5ecc07d7d2894c]
#    to [e751e2ae6a7fde69a198aae8ad5600a9a159c22e]
# 
# patch "packages/python/python_2.4.3.bb"
#  from [bdf465c040311da62b146ff36436f5656a10e0f8]
#    to [aff49698c635752c3ac401b247b50dce6a17cf85]
# 
============================================================
--- contrib/python/generate-manifest.py	74f8fd1b7aafdc643d3f8a29e4bdf4d4219681a1
+++ contrib/python/generate-manifest.py	3047244de883953411f6e6db8d022899e47c6f6f
@@ -226,7 +226,7 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-html", "Python HTML Processing", "python-core",
     "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* " )
 
-    m.addPackage( 0, "python-gdbm", "Python GNU Database Support", "python-core, libgdbm3",
+    m.addPackage( 0, "python-gdbm", "Python GNU Database Support", "python-core",
     "lib-dynload/gdbm.so" )
 
     m.addPackage( 0, "python-image", "Python Graphical Image Handling", "python-core",
@@ -281,7 +281,7 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-re", "Python Regular Expression APIs", "python-core",
     "re.* sre.* sre_compile.* sre_constants* sre_parse.*" ) # _sre is builtin
 
-    m.addPackage( 0, "python-readline", "Python Readline Support", "python-core, libreadline4",
+    m.addPackage( 0, "python-readline", "Python Readline Support", "python-core",
     "lib-dynload/readline.so rlcompleter.*" )
 
     m.addPackage( 0, "python-resource", "Python Resource Control Interface", "python-core",
============================================================
--- packages/python/python-2.4.3-manifest.inc	2ad35ebf714559e2df6bc8153c5ecc07d7d2894c
+++ packages/python/python-2.4.3-manifest.inc	e751e2ae6a7fde69a198aae8ad5600a9a159c22e
@@ -124,7 +124,7 @@ PR_python-gdbm="ml0"
 
 DESCRIPTION_python-gdbm="Python GNU Database Support"
 PR_python-gdbm="ml0"
-RDEPENDS_python-gdbm="python-core libgdbm3"
+RDEPENDS_python-gdbm="python-core"
 FILES_python-gdbm="${libdir}/python2.4/lib-dynload/gdbm.so "
 
 DESCRIPTION_python-fcntl="Python's fcntl Interface"
@@ -164,7 +164,7 @@ PR_python-readline="ml0"
 
 DESCRIPTION_python-readline="Python Readline Support"
 PR_python-readline="ml0"
-RDEPENDS_python-readline="python-core libreadline4"
+RDEPENDS_python-readline="python-core"
 FILES_python-readline="${libdir}/python2.4/lib-dynload/readline.so ${libdir}/python2.4/rlcompleter.* "
 
 DESCRIPTION_python-subprocess="Python Subprocess Support"
============================================================
--- packages/python/python_2.4.3.bb	bdf465c040311da62b146ff36436f5656a10e0f8
+++ packages/python/python_2.4.3.bb	aff49698c635752c3ac401b247b50dce6a17cf85
@@ -6,7 +6,7 @@ DEPENDS_sharprom = "python-native readli
 MAINTAINER = "Michael 'Mickey' Lauer <mickey at Vanille.de>"
 DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
 DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
-PR = "ml5"
+PR = "ml6"
 
 PYTHON_MAJMIN = "2.4"
 
@@ -68,5 +68,5 @@ PACKAGES =+ "libpython2"
 RPROVIDES_python-core = "python"
 RPROVIDES_python-curses = "python"
 PACKAGES =+ "libpython2"
-PACKAGES_DYNAMIC = "python-* libpython2"
+PACKAGES_DYNAMIC = "libpython2"
 FILES_libpython2 = "${libdir}/libpython*"






More information about the Openembedded-commits mailing list