From b85c861c9b869e47adcbe1bb521b6d84cad394b1 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 9 Oct 2013 07:33:11 +0000 Subject: 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 --- recipes-bsp/rcw/rcw_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/rcw') 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 -- cgit v1.2.3-54-g00ecf