mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
python: fix for libdir=/usr/lib64 case
python has several place hard code "lib" which breaks build when libdir=/usr/lib64. SUSE has a patch to fix this issue. So this patch add the SUSE patch to address this issue (From OE-Core rev: c97ab268d6a7092a89c8b0051924a2acc2d86d9c) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require python.inc
|
||||
DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib"
|
||||
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
|
||||
PR = "${INC_PR}.6"
|
||||
PR = "${INC_PR}.7"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=38fdd546420fab09ac6bd3d8a1c83eb6"
|
||||
|
||||
DISTRO_SRC_URI ?= "file://sitecustomize.py"
|
||||
@@ -17,6 +17,7 @@ SRC_URI = "\
|
||||
file://06-avoid_usr_lib_termcap_path_in_linking.patch \
|
||||
file://99-ignore-optimization-flag.patch \
|
||||
${DISTRO_SRC_URI} \
|
||||
file://multilib.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "cf4e6881bb84a7ce6089e4a307f71f14"
|
||||
|
||||
Reference in New Issue
Block a user