summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-10-09 07:33:11 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-10-10 10:27:11 +0800
commitb85c861c9b869e47adcbe1bb521b6d84cad394b1 (patch)
tree65397462a99360ac06462ffd192ab2541670827c /recipes-bsp/rcw
parenta242f6557d209916838c25d33cf4dc03dd554cac (diff)
downloadmeta-fsl-ppc-b85c861c9b869e47adcbe1bb521b6d84cad394b1.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>
Diffstat (limited to 'recipes-bsp/rcw')
-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