diff options
| author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-06 13:18:48 +0000 |
|---|---|---|
| committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-06 13:18:48 +0000 |
| commit | e46b9eb91fa93a94580e274719f4c7d713eae6e2 (patch) | |
| tree | 0ba031ced9e23fd5b6a127d62ed3aee4cd5db941 /packages/python/python-native_2.4.0.bb | |
| parent | 3b3ac6317c6798718c88e636c769e2ae3a578ab3 (diff) | |
| parent | 8f6d28b3d4b15086e6f21011e0f25d0f7c6f7235 (diff) | |
merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5e
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
Diffstat (limited to 'packages/python/python-native_2.4.0.bb')
| -rw-r--r-- | packages/python/python-native_2.4.0.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/python/python-native_2.4.0.bb b/packages/python/python-native_2.4.0.bb index 00092d1e15..4f5db82569 100644 --- a/packages/python/python-native_2.4.0.bb +++ b/packages/python/python-native_2.4.0.bb @@ -5,13 +5,14 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "" -PR = "r0" +PR = "r1" EXCLUDE_FROM_WORLD = "1" SRC_URI = "http://www.python.org/ftp/python/2.4/Python-2.4.tar.bz2 \ - file://bindir-libdir.patch;patch=1 \ - file://cross-distutils.patch;patch=1" + file://bindir-libdir.patch;patch=1 \ + file://cross-distutils.patch;patch=1 \ + file://dont-modify-shebang-line.patch;patch=1" S = "${WORKDIR}/Python-2.4" inherit autotools native @@ -20,7 +21,8 @@ EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc --without-cxx -- --with-prefix=${STAGING_DIR} --with-exec-prefix=${STAGING_DIR}/${BUILD_SYS}" EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS=""' -do_configure () { +do_configure() { + # the autofoo stuff is too old to allow regenerating oe_runconf } |
