summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-10-09 07:33:11 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-13 12:11:25 +0800
commitbdc2fc8979635561d23161e518c114ab8f338dfa (patch)
tree7060de21376b4c442f040764db8038f5f01439bf
parenta6a3cbc1ef4030c89537add37a1fc96c817d94e0 (diff)
downloadmeta-fsl-ppc-bdc2fc8979635561d23161e518c114ab8f338dfa.tar.gz
rcw: export PYTHON to override the assignment in Makefile
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@freescale.com> Reviewed-by: Emilian Medve <Emilian.Medve@freescale.com> Tested-by: Emilian Medve <Emilian.Medve@freescale.com>
-rw-r--r--recipes-bsp/rcw/rcw_git.bb2
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"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21export PYTHON
22
21do_install () { 23do_install () {
22 make install 24 make install
23 25