From 9013b405eead065d3757bacc9c71de6674c468df Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 9 Oct 2013 07:33:11 +0000 Subject: [PATCH] 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 Reviewed-by: Emilian Medve Tested-by: Emilian Medve --- meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb b/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb index c532a9d8..7d87783c 100644 --- a/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb +++ b/meta-fsl-ppc/recipes-bsp/rcw/rcw_git.bb @@ -18,6 +18,8 @@ SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997" S = "${WORKDIR}/git" +export PYTHON + do_install () { make install -- 2.40.1