]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE ChenQi/toolchain-site-config
authorChen Qi <Qi.Chen@windriver.com>
Fri, 30 Oct 2015 07:27:27 +0000 (15:27 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Tue, 15 Mar 2016 06:51:53 +0000 (14:51 +0800)
commita3cabae146dbddec52624351838df2853504285e
treec910880cb6a4f9e89de17d55cd654c9cd14f3c85
parent300f858ba07c938427ccd05a3d7220027a03d461
toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE

Use immediate expansion for the assignment to avoid other classes modifying
variables like HOST_ARCH which changes the result. This happens in the
meta-environment recipe. It inherits cross-canadian which changes HOST_ARCH
from TARGET_ARCH to SDK_ARCH, resulting in wrong site config files in the
generated SDK.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/classes/toolchain-scripts.bbclass