[python] upgrade to 2.7.9.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-devtools / python / python_2.7.9.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3 PR .= "-vuplus0"
4
5 SRC_URI += " \
6         file://no-ldconfig.patch \
7         file://ctypes-error-handling-fix.patch \
8         file://04-default-is-optimized.patch \
9         file://99-ignore-optimization-flag.patch \
10         file://pgettext.patch \
11 "
12
13 EXTRA_OECONF += " \
14         ac_cv_file__dev_ptmx=yes \
15         ac_cv_file__dev_ptc=no \
16         ac_cv_no_strict_aliasing_ok=yes \
17         ac_cv_pthread=yes \
18         ac_cv_cxx_thread=yes \
19         ac_cv_sizeof_off_t=8 \
20 "