[oe-commits] Khem Raj : python_2.7.3.bb: Inherit python-dir

git at git.openembedded.org git at git.openembedded.org
Mon Sep 2 11:12:32 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: f95a7ed65c0e1aced52140fc1fa759c3896ba507
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f95a7ed65c0e1aced52140fc1fa759c3896ba507

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Mar  9 22:13:58 2013 -0800

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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 f6a4609..1caa1e7 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -36,7 +36,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 :(



More information about the Openembedded-commits mailing list