]> code.ossystems Code Review - openembedded-core.git/commit
expect: fix do_install failure on SLED 11.2
authorChen Qi <Qi.Chen@windriver.com>
Tue, 18 Mar 2014 07:12:08 +0000 (15:12 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Mar 2014 14:19:45 +0000 (14:19 +0000)
commita8fe5fd62fd98e33180f3de700ed01f9efb74a50
tree63d3316455d7f06f9c45d1f54cec4bb433ef920a
parentc9899a7605f15f7f1ae30c4624d53c7da825b00a
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.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch [new file with mode: 0644]
meta/recipes-devtools/expect/expect_5.45.bb