diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-07 06:55:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 09:13:01 +0000 |
commit | adf32ca3d0657cb5d363ae7a3fdb539c6627cf39 (patch) | |
tree | 3c3567cd8eb4ab2d3ee30194b65d1207a97e2b72 /meta/recipes-support | |
parent | af501bd51f9a86edd34e0405bc32dabe21312229 (diff) | |
download | openembedded-core-adf32ca3d0657cb5d363ae7a3fdb539c6627cf39.tar.gz openembedded-core-adf32ca3d0657cb5d363ae7a3fdb539c6627cf39.tar.bz2 openembedded-core-adf32ca3d0657cb5d363ae7a3fdb539c6627cf39.zip |
guile: fixed installed-vs-shipped error
Fixed:
guile-2.0.11: guile: Files/directories were installed but not shipped
/usr/lib64/libguile-2.0*-gdb.scm [installed-vs-shipped]
This is because when there is no file in the directory:
for f in libguile-2.0*; do
[snip]
done
The f would be libguile-2.0* itself, make sure the libs are installed
firstly will fix the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions