From 196bee744726d4bbeb52883bf06145e96e0843ce Mon Sep 17 00:00:00 2001 From: "chunrong.guo@nxp.com" Date: Thu, 23 Mar 2017 15:00:56 +0800 Subject: rcw: export PYTHON to override the assignment in Makefile Signed-off-by: Otavio Salvador --- 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 9fafa024..a5126ad0 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -12,6 +12,8 @@ SRCREV = "7bd43d920065171a8d805a3d02fa4c0b39885664" S = "${WORKDIR}/git" +export PYTHON = "${USRBINPATH}/python2" + EXTRA_OEMAKE = "BOARDS=${@d.getVar('MACHINE', True).replace('-64b','').replace('-32b','')} DESTDIR=${D}/boot/rcw/" do_install () { -- cgit v1.2.3-54-g00ecf