From b5f744c5d6fea4e5f33545d1dbf40d2f964cb786 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 11 Oct 2010 14:33:54 -0700 Subject: python: fix for host contamination issue while cross compiling This fixes [BUGID #385] Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/python/python_2.6.5.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python_2.6.5.bb') diff --git a/meta/recipes-devtools/python/python_2.6.5.bb b/meta/recipes-devtools/python/python_2.6.5.bb index 9658fd48dc..674b673f94 100644 --- a/meta/recipes-devtools/python/python_2.6.5.bb +++ b/meta/recipes-devtools/python/python_2.6.5.bb @@ -2,7 +2,7 @@ require python.inc DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" # set to .0 on every increase of INC_PR -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" SRC_URI = "\ http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ @@ -12,6 +12,7 @@ SRC_URI = "\ file://03-fix-tkinter-detection.patch \ file://04-default-is-optimized.patch \ file://05-enable-ctypes-cross-build.patch \ + file://06-avoid_usr_lib_termcap_path_in_linking.patch \ file://99-ignore-optimization-flag.patch \ file://sitecustomize.py \ " -- cgit v1.2.3