summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
index 340f5f330f..ae4a1a6575 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -37,7 +37,7 @@ SRC_URI += "\
37 37
38S = "${WORKDIR}/Python-${PV}" 38S = "${WORKDIR}/Python-${PV}"
39 39
40inherit autotools multilib_header pythonnative 40inherit autotools multilib_header python-dir pythonnative
41 41
42# The 3 lines below are copied from the libffi recipe, ctypes ships its own copy of the libffi sources 42# The 3 lines below are copied from the libffi recipe, ctypes ships its own copy of the libffi sources
43#Somehow gcc doesn't set __SOFTFP__ when passing -mfloatabi=softp :( 43#Somehow gcc doesn't set __SOFTFP__ when passing -mfloatabi=softp :(