aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
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:34:32 +0000
commitcfc780ec26474a61bd52a8f6a66c7280fa12a075 (patch)
tree761163fcb1b3eaf57f5238ae0f2677706cab5ee4 /meta/recipes-devtools/python
parent185fcfc3286b355394ae89300f22b8cb7aaa43c1 (diff)
downloadopenembedded-core-cfc780ec26474a61bd52a8f6a66c7280fa12a075.tar.gz
python_2.7.3.bb: Inherit python-dir
So it can get the correct python direcotries for python2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-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 += "\
S = "${WORKDIR}/Python-${PV}"
-inherit autotools multilib_header pythonnative
+inherit autotools multilib_header python-dir pythonnative
# The 3 lines below are copied from the libffi recipe, ctypes ships its own copy of the libffi sources
#Somehow gcc doesn't set __SOFTFP__ when passing -mfloatabi=softp :(