Fix previous commit

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2012-09-21 08:18:32 -07:00
parent 52ced4c8ac
commit c28de0269d

View File

@@ -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"