]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-shar-template.sh: fix the text files in the top dir
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 13 Nov 2014 14:34:18 +0000 (06:34 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:24 +0000 (10:17 +0000)
commit6dae14efe736f3d9976a8a2e06df6c14082d0588
treec4572a6e2249eb1db75a439f5bc02f7088f71082
parent0475d37cde09d62667b3edf0a928c563ed7efc50
toolchain-shar-template.sh: fix the text files in the top dir

It only fixed the text files in native_sysroot, but there might be some
files in the top installed dir (whose var name is target_sdk_dir in the
code) which are also needed to be fixed.

It used "find $native_sysroot", now also "find $target_sdk_dir -maxdepth 1",
and split the long line into small ones.

(From OE-Core rev: 104990923f82d129a0fc8e6cd5bf0224751d5d03)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/files/toolchain-shar-template.sh