diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-04 08:28:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-04 08:28:55 +0000 |
commit | 95cb17b4a730d3ebcd88f267688a00c7a9f5f3cb (patch) | |
tree | f2f37bf882f9b0153f13f14b1432882818cba088 | |
parent | 5796b2492676b1bc79dda2278dbd743e9ba97443 (diff) |
python: python has been broken long enough with recent bitbakes, so lets do PACKAGES_DYNAMIC="python*". Feel free to properly fix it.
-rw-r--r-- | packages/python/python_2.4.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |