diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-03-18 15:12:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-19 14:42:43 +0000 |
commit | 779f5936f18c1c974cde477c68e775e95668cb08 (patch) | |
tree | 6d2545a3296972ddad11ad3a3ccdc79182fb3fa0 /meta/recipes-rt/rt-tests/files | |
parent | aec1194c120e5eae12cee18741d368ac3bb11722 (diff) | |
download | ast2050-yocto-poky-779f5936f18c1c974cde477c68e775e95668cb08.zip ast2050-yocto-poky-779f5936f18c1c974cde477c68e775e95668cb08.tar.gz |
expect: fix do_install failure on SLED 11.2
Previously we were encountering do_install failures on older machines
like SLED 11.2. These machines have relatively lower versions of glibc.
tclsh8.6: /lib64/libc.so.6: version `GLIBC_2.14' not found
The above failure is due to that fact that we are using the fixline1
tcl script to install commands under the example directory. The purpose
of fixline1 is to ensure that the installed scripts begin with '#!/bin/sh'.
However, the scripts under the example directory have already got
the correct first line. That's why we don't need to modify anything and could
just copy them.
(From OE-Core rev: a8fe5fd62fd98e33180f3de700ed01f9efb74a50)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests/files')
0 files changed, 0 insertions, 0 deletions