update to python-2.4.1 with the help of open embedded

This commit is contained in:
Mike Frysinger
2005-08-13 02:45:34 +00:00
parent 2b374759b4
commit 7c64d3c23d
2 changed files with 32 additions and 43 deletions

View File

@@ -3,7 +3,7 @@
# python
#
#############################################################
PYTHON_VERSION=2.3.4
PYTHON_VERSION=2.4.1
PYTHON_SOURCE:=Python-$(PYTHON_VERSION).tar.bz2
PYTHON_SITE:=http://python.org/ftp/python/$(PYTHON_VERSION)
PYTHON_DIR:=$(BUILD_DIR)/Python-$(PYTHON_VERSION)