diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-04 09:48:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-04 09:48:50 +0000 |
commit | 2c66cf2e9d662ba8941dd11741f8e825a6f475c1 (patch) | |
tree | 5699eafff92aa30aa447783c6ab66ecba45f7013 /packages/python/python_2.4.3.bb | |
parent | 7cda59cb5b6d78f4d41cf233f9a7f48109042a2e (diff) |
python: fixed manifest to NOT rdepend on libraries - shlibs code will do it in correct way
Diffstat (limited to 'packages/python/python_2.4.3.bb')
-rw-r--r-- | packages/python/python_2.4.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 <mickey@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 @@ 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*" |