diff options
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index d2100be4ac..cb0a1d5a4e 100644 --- a/meta/recipes-devtools/python/python_2.7.2.bb +++ b/meta/recipes-devtools/python/python_2.7.2.bb | |||
@@ -21,6 +21,7 @@ SRC_URI += "\ | |||
21 | file://add-md5module-support.patch \ | 21 | file://add-md5module-support.patch \ |
22 | file://host_include_contamination.patch \ | 22 | file://host_include_contamination.patch \ |
23 | file://sys_platform_is_now_always_linux2.patch \ | 23 | file://sys_platform_is_now_always_linux2.patch \ |
24 | file://fix_for_using_different_libdir.patch \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | S = "${WORKDIR}/Python-${PV}" | 27 | S = "${WORKDIR}/Python-${PV}" |
@@ -99,6 +100,7 @@ do_install() { | |||
99 | 100 | ||
100 | oe_runmake HOSTPGEN=${STAGING_BINDIR_NATIVE}/pgen \ | 101 | oe_runmake HOSTPGEN=${STAGING_BINDIR_NATIVE}/pgen \ |
101 | HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python \ | 102 | HOSTPYTHON=${STAGING_BINDIR_NATIVE}/python \ |
103 | CROSSPYTHONPATH=${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/ \ | ||
102 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 104 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
103 | STAGING_INCDIR=${STAGING_INCDIR} \ | 105 | STAGING_INCDIR=${STAGING_INCDIR} \ |
104 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | 106 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ |