[python] update to 2.7.3
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-devtools / python / python_2.7.2.bbappend
diff --git a/meta-openvuplus/recipes-devtools/python/python_2.7.2.bbappend b/meta-openvuplus/recipes-devtools/python/python_2.7.2.bbappend
deleted file mode 100644 (file)
index dca8c27..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PR .= "-vuplus0"
-
-SRC_URI += " \
-        file://some_configure_fixes.patch;striplevel=0 \
-        file://fix_pthread_site.patch;striplevel=0 \
-        file://no-ldconfig.patch \
-        file://ctypes-error-handling-fix.patch \
-"
-
-EXTRA_OECONF += " \
-       ac_cv_file__dev_ptmx=yes \
-       ac_cv_file__dev_ptc=no \
-       ac_cv_no_strict_aliasing_ok=yes \
-       ac_cv_pthread=yes \
-       ac_cv_cxx_thread=yes \
-       ac_cv_sizeof_off_t=8 \
-"