From 4d0023adf6b1f76028b40d9edf313f94c831cc90 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 28 Jan 2010 12:51:22 +0000 Subject: python: add version 2.6.4 Signed-off-by: Martin Jansa Acked-by: Michael 'Mickey' Lauer --- recipes/python/python-native_2.6.4.bb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 recipes/python/python-native_2.6.4.bb (limited to 'recipes/python/python-native_2.6.4.bb') diff --git a/recipes/python/python-native_2.6.4.bb b/recipes/python/python-native_2.6.4.bb new file mode 100644 index 0000000000..ca65057395 --- /dev/null +++ b/recipes/python/python-native_2.6.4.bb @@ -0,0 +1,33 @@ +require python.inc +DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native" +PR = "${INC_PR}.2" + +SRC_URI = "\ + http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \ + file://00-fix-bindir-libdir-for-cross.patch;patch=1 \ + file://04-default-is-optimized.patch;patch=1 \ + file://05-enable-ctypes-cross-build.patch;patch=1 \ + file://10-distutils-fix-swig-parameter.patch;patch=1 \ + file://11-distutils-never-modify-shebang-line.patch;patch=1 \ + file://12-distutils-prefix-is-inside-staging-area.patch;patch=1 \ + file://debug.patch;patch=1 \ + file://nohostlibs.patch;patch=1 \ +" +S = "${WORKDIR}/Python-${PV}" + +SRC_URI[archive.md5sum] = "fee5408634a54e721a93531aba37f8c1" +SRC_URI[archive.sha256sum] = "dad8d5575144a210d5cc4fdbc40b8a26386e9cdb1ef58941bec0be02c7cb9d89" + +inherit native + +EXTRA_OEMAKE = '\ + BUILD_SYS="" \ + HOST_SYS="" \ + LIBC="" \ + STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \ + STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \ +' + +do_stage_append() { + install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/pgen +} -- cgit v1.2.3