From: Khem Raj Date: Sun, 10 Mar 2013 06:13:58 +0000 (-0800) Subject: python_2.7.3.bb: Inherit python-dir X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc780ec26474a61bd52a8f6a66c7280fa12a075;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python_2.7.3.bb: Inherit python-dir So it can get the correct python direcotries for python2 Signed-off-by: Khem Raj --- diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index 340f5f330fb..ae4a1a65751 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 :(