diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-26 00:44:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-26 00:44:15 +0000 |
commit | f092a753f11df9d74cadc81d515d3a0db7335274 (patch) | |
tree | 1ba8793f1dfe2919e29615ff2c93a7aa83384e2a | |
parent | 62c56f923a77ac7694eb491a3804794ff65a58e8 (diff) |
python: remove the tcl and tk depends on MACHINE=nslu2
-rw-r--r-- | packages/python/python_2.4.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/python/python_2.4.1.bb b/packages/python/python_2.4.1.bb index 43cb187aef..8f0755e1da 100644 --- a/packages/python/python_2.4.1.bb +++ b/packages/python/python_2.4.1.bb @@ -5,7 +5,9 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" PROVIDES = "python python-core" -DEPENDS = "python-native readline zlib gdbm openssl tcl tk" +DEPENDS_GUI = "tcl tk" +DEPENDS_GUI_nslu2 = "" +DEPENDS = "python-native readline zlib gdbm openssl ${DEPENDS_GUI}" PR = "ml8" PYTHON_MAJMIN = "2.4" |