summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.7.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-03-09 22:13:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-02 22:37:39 +0000
commit6a539a7f73f8a3672b8b32b519621184616b2519 (patch)
treefdbefdc0a0d263f4ba1f6cddc38b8721c107f041 /meta/recipes-devtools/python/python_2.7.3.bb
parent1c8869bca49cacbbad7520d17df1d3fab475a71c (diff)
downloadpoky-6a539a7f73f8a3672b8b32b519621184616b2519.tar.gz
python_2.7.3.bb: Inherit python-dir
So it can get the correct python direcotries for python2 (From OE-Core rev: cfc780ec26474a61bd52a8f6a66c7280fa12a075) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python_2.7.3.bb')
-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 :(