]> code.ossystems Code Review - openembedded-core.git/commit
files/toolchain-shar-template.sh: fix replace target_sdk_dir twice in environment...
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 4 Feb 2015 14:54:58 +0000 (08:54 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:44 +0000 (18:52 +0000)
commit02ecaa69abe97fe2f01cd609e0e59933c0f9ddbf
treed766a1e7f9644dec0f807a3b0a4444a82a04f08b
parentba079975fa984f53fde5b4e8131d0f3877323e6c
files/toolchain-shar-template.sh: fix replace target_sdk_dir twice in environment setup file

When specify a target sdk dir that contains default install dir as
subdir,

target_sdk_dir=/opt/poky/$version/
custom_target_sdk_dir=/opt/poky/$version/some

The target_sdk_dir variable in environment-setup file is replaced twice
causes to point to wrong PATH.

In order to fix filter environment-setup file in second replacement.

[YOCTO #7032]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/files/toolchain-shar-template.sh