From c28de0269d93ae32c57ffb81766cc7957a4c3d76 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 21 Sep 2012 08:18:32 -0700 Subject: [PATCH] Fix previous commit Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index f78623d..df1fde9 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -9,7 +9,7 @@ PATH =. "${TOOLCHAIN_PATH_ADD}" python () { if oe.utils.inherits(d, 'native'): - e.data.setVar('TOOLCHAIN_PATH_ADD', '') + d.setVar('TOOLCHAIN_PATH_ADD', '') } CSL_TARGET_SYS_powerpc ?= "powerpc-linux-gnu powerpc-mentor-linux-gnu"