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:37:39 +0000 |
| commit | 6a539a7f73f8a3672b8b32b519621184616b2519 (patch) | |
| tree | fdbefdc0a0d263f4ba1f6cddc38b8721c107f041 | |
| parent | 1c8869bca49cacbbad7520d17df1d3fab475a71c (diff) | |
| download | poky-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>
| -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 += "\ | |||
| 37 | 37 | ||
| 38 | S = "${WORKDIR}/Python-${PV}" | 38 | S = "${WORKDIR}/Python-${PV}" |
| 39 | 39 | ||
| 40 | inherit autotools multilib_header pythonnative | 40 | inherit 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 :( |
