[vuplus-wifi-util] fix default ccode
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-devtools / python / python_2.7.9.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3 PR .= "-vuplus1"
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         file://urllib2_create_unverified_context.patch \
12 "
13
14 EXTRA_OECONF += " \
15         ac_cv_file__dev_ptmx=yes \
16         ac_cv_file__dev_ptc=no \
17         ac_cv_no_strict_aliasing_ok=yes \
18         ac_cv_pthread=yes \
19         ac_cv_cxx_thread=yes \
20         ac_cv_sizeof_off_t=8 \
21 "