diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-10-11 14:33:54 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:53:45 +0100 |
| commit | b5f744c5d6fea4e5f33545d1dbf40d2f964cb786 (patch) | |
| tree | a05e7bba4267a69335aa0b3fd57100c164c1ac66 /meta/recipes-devtools/python/python_2.6.5.bb | |
| parent | 6b53fbcc205346be60ea0a8e01c7cb0bbeeba55a (diff) | |
| download | poky-b5f744c5d6fea4e5f33545d1dbf40d2f964cb786.tar.gz | |
python: fix for host contamination issue while cross compiling
This fixes [BUGID #385]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.6.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python_2.6.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" | 2 | DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" |
| 3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" | 3 | DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" |
| 4 | # set to .0 on every increase of INC_PR | 4 | # set to .0 on every increase of INC_PR |
| 5 | PR = "${INC_PR}.2" | 5 | PR = "${INC_PR}.3" |
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 8 | http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ | 8 | http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ |
| @@ -12,6 +12,7 @@ SRC_URI = "\ | |||
| 12 | file://03-fix-tkinter-detection.patch \ | 12 | file://03-fix-tkinter-detection.patch \ |
| 13 | file://04-default-is-optimized.patch \ | 13 | file://04-default-is-optimized.patch \ |
| 14 | file://05-enable-ctypes-cross-build.patch \ | 14 | file://05-enable-ctypes-cross-build.patch \ |
| 15 | file://06-avoid_usr_lib_termcap_path_in_linking.patch \ | ||
| 15 | file://99-ignore-optimization-flag.patch \ | 16 | file://99-ignore-optimization-flag.patch \ |
| 16 | file://sitecustomize.py \ | 17 | file://sitecustomize.py \ |
| 17 | " | 18 | " |
