From 5796b2492676b1bc79dda2278dbd743e9ba97443 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Oct 2006 08:27:24 +0000 Subject: gdbm: add PACKAGES_DYNAMIC to satisfy python --- packages/gdbm/gdbm_1.8.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/gdbm/gdbm_1.8.3.bb b/packages/gdbm/gdbm_1.8.3.bb index ecef5fc414..ad648f9f27 100644 --- a/packages/gdbm/gdbm_1.8.3.bb +++ b/packages/gdbm/gdbm_1.8.3.bb @@ -3,8 +3,11 @@ HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" + PR = "r2" +PACKAGES_DYNAMIC = "libgdbm*" + SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ file://makefile.patch;patch=1 \ file://libtool-mode.patch;patch=1" -- cgit v1.2.3 From 95cb17b4a730d3ebcd88f267688a00c7a9f5f3cb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Oct 2006 08:28:55 +0000 Subject: python: python has been broken long enough with recent bitbakes, so lets do PACKAGES_DYNAMIC="python*". Feel free to properly fix it. --- packages/python/python_2.4.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb index 30c4ee1aee..d124595133 100644 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@ -8,6 +8,9 @@ DEPENDS = "python-native readline zlib gdbm openssl tcl tk" DEPENDS_sharprom = "python-native readline zlib gdbm openssl" PR = "ml5" +#hack!! +PACKAGES_DYNAMIC = "python-*" + PYTHON_MAJMIN = "2.4" SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ -- cgit v1.2.3 From 7cda59cb5b6d78f4d41cf233f9a7f48109042a2e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 4 Oct 2006 08:40:31 +0000 Subject: disapproval of revision 'bc5677e9c976a0343cf5804e7e3ef53a9a8fc47b' --- packages/python/python_2.4.3.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb index d124595133..30c4ee1aee 100644 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@ -8,9 +8,6 @@ DEPENDS = "python-native readline zlib gdbm openssl tcl tk" DEPENDS_sharprom = "python-native readline zlib gdbm openssl" PR = "ml5" -#hack!! -PACKAGES_DYNAMIC = "python-*" - PYTHON_MAJMIN = "2.4" SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ -- cgit v1.2.3 From 2c66cf2e9d662ba8941dd11741f8e825a6f475c1 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 4 Oct 2006 09:48:50 +0000 Subject: python: fixed manifest to NOT rdepend on libraries - shlibs code will do it in correct way --- contrib/python/generate-manifest.py | 4 ++-- packages/python/python-2.4.3-manifest.inc | 4 ++-- packages/python/python_2.4.3.bb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py index 2fd681dc01..0c0aea27c1 100755 --- a/contrib/python/generate-manifest.py +++ b/contrib/python/generate-manifest.py @@ -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", diff --git a/packages/python/python-2.4.3-manifest.inc b/packages/python/python-2.4.3-manifest.inc index 1d14654f85..3a460e562a 100644 --- a/packages/python/python-2.4.3-manifest.inc +++ b/packages/python/python-2.4.3-manifest.inc @@ -124,7 +124,7 @@ FILES_python-tkinter="${libdir}/python2.4/lib-dynload/_tkinter.so ${libdir}/pyth 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 @@ FILES_python-html="${libdir}/python2.4/formatter.* ${libdir}/python2.4/htmlentit 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" diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb index 30c4ee1aee..2af6789b7a 100644 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " 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 @@ require python-${PV}-manifest.inc RPROVIDES_python-core = "python" RPROVIDES_python-curses = "python" PACKAGES =+ "libpython2" -PACKAGES_DYNAMIC = "python-* libpython2" +PACKAGES_DYNAMIC = "libpython2" FILES_libpython2 = "${libdir}/libpython*" -- cgit v1.2.3