diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-07 06:55:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-11 17:39:49 +0000 |
commit | f6305b451fd5f13e62642b8ac34edc0e6ab19542 (patch) | |
tree | 1f6dc03abbafea729d02ffae350f5738f1e3d8c2 /scripts/lib/wic/3rdparty/pykickstart/ko.py | |
parent | c78a9246a1aae14a1598d4c801faaf27dd31f66a (diff) | |
download | openembedded-core-f6305b451fd5f13e62642b8ac34edc0e6ab19542.tar.gz openembedded-core-f6305b451fd5f13e62642b8ac34edc0e6ab19542.tar.bz2 openembedded-core-f6305b451fd5f13e62642b8ac34edc0e6ab19542.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.
(From OE-Core rev: adf32ca3d0657cb5d363ae7a3fdb539c6627cf39)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib/wic/3rdparty/pykickstart/ko.py')
0 files changed, 0 insertions, 0 deletions