diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-11-13 06:34:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:08:13 +0000 |
commit | 9ca077710f95da8a85f343525a2a44d3b3e4001d (patch) | |
tree | 7b6d35e9ec20611b5957b213becd26524050151a /documentation/template | |
parent | 71df8a408f0862b9ddf9abfb4a0da6b67e053936 (diff) | |
download | poky-9ca077710f95da8a85f343525a2a44d3b3e4001d.tar.gz |
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>
Diffstat (limited to 'documentation/template')
0 files changed, 0 insertions, 0 deletions