mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
python: fix for host contamination issue while cross compiling
This fixes [BUGID #385] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
6b53fbcc20
commit
b5f744c5d6
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user