[meta-freescale] [meta-fsl-ppc][dylan][PATCH 10/12] rcw: export PYTHON to override the assignment in Makefile

b28495 at freescale.com b28495 at freescale.com
Tue Jan 7 05:07:01 PST 2014


From: Ting Liu <b28495 at freescale.com>

As RCW compiler is supported only with Python 2.6.x and
2.7.x, and currently Yocto uses python 2.7.3 or later,
export PYTHON to directly use Yocto's python which can work
with rcw.py definitely for now.

Signed-off-by: Ting Liu <b28495 at freescale.com>
Reviewed-by: Emilian Medve <Emilian.Medve at freescale.com>
Tested-by: Emilian Medve <Emilian.Medve at freescale.com>
---
 recipes-bsp/rcw/rcw_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index c532a9d..7d87783 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -18,6 +18,8 @@ SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997"
 
 S = "${WORKDIR}/git"
 
+export PYTHON
+
 do_install () {
 	make install
 
-- 
1.7.3.4




More information about the meta-freescale mailing list