diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-01 02:28:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-01 02:28:33 +0000 |
commit | 68c437628f2d561c87e6dfe2cdf07bd7bca44cd2 (patch) | |
tree | 257ef8d56339f014dd54622b6d6bce652c2dd54c /packages/python | |
parent | 6a882d224ddafb12c7a2098894552018495f5ef6 (diff) |
python(openslug), openslug kernel: enable tcl/tk in python, move kernel to 2.6.14-rc2
The changes overlap (in conf/distro/openslug.conf), the kernel change is, however,
only the version change in that file.
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python_2.4.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/python/python_2.4.2.bb b/packages/python/python_2.4.2.bb index 3b25a84c1b..f29e0dc6d1 100644 --- a/packages/python/python_2.4.2.bb +++ b/packages/python/python_2.4.2.bb @@ -5,9 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" PROVIDES = "python python-core" -DEPENDS_GUI = "tcl tk" -DEPENDS_GUI_nslu2 = "" -DEPENDS = "python-native readline zlib gdbm openssl ${DEPENDS_GUI}" +DEPENDS = "python-native readline zlib gdbm openssl tcl tk" PR = "ml1" PYTHON_MAJMIN = "2.4" |