diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-03-09 22:13:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 22:34:32 +0000 |
commit | cfc780ec26474a61bd52a8f6a66c7280fa12a075 (patch) | |
tree | 761163fcb1b3eaf57f5238ae0f2677706cab5ee4 /meta | |
parent | 185fcfc3286b355394ae89300f22b8cb7aaa43c1 (diff) | |
download | openembedded-core-cfc780ec26474a61bd52a8f6a66c7280fa12a075.tar.gz openembedded-core-cfc780ec26474a61bd52a8f6a66c7280fa12a075.tar.bz2 openembedded-core-cfc780ec26474a61bd52a8f6a66c7280fa12a075.zip |
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')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.3.bb | 2 |
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 :( |