diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-08-21 09:27:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 23:01:33 +0100 |
commit | 43813ddfa8cade9ea1c5de24dcd4e275b1486cff (patch) | |
tree | 265b307a09f78b76ffbf0a3adf40527c95efe301 /meta/recipes-devtools/rsync | |
parent | 7c962ca5d01ae4b9f511bb2b3b7700f970051727 (diff) | |
download | openembedded-core-43813ddfa8cade9ea1c5de24dcd4e275b1486cff.tar.gz openembedded-core-43813ddfa8cade9ea1c5de24dcd4e275b1486cff.tar.bz2 openembedded-core-43813ddfa8cade9ea1c5de24dcd4e275b1486cff.zip |
expect: fix shared object file cannot be opened
When we require Expect package in tcl script, we will get following error:
couldn't load file "/usr/lib/expect5.45/libexpect5.45.so": /usr/lib/expect5.45/libexpect5.45.so: cannot open shared object file: No such file or directory
while executing
"load /usr/lib/expect5.45/libexpect5.45.so"
("package ifneeded Expect 5.45" script)
invoked from within
"package require Expect"
(file "hello.tcl" line 3)
This patch fixes this issue.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rsync')
0 files changed, 0 insertions, 0 deletions