]> code.ossystems Code Review - openembedded-core.git/commit
guile: fixed installed-vs-shipped error
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 7 Jan 2015 14:55:03 +0000 (06:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 09:13:01 +0000 (09:13 +0000)
commitadf32ca3d0657cb5d363ae7a3fdb539c6627cf39
tree3c3567cd8eb4ab2d3ee30194b65d1207a97e2b72
parentaf501bd51f9a86edd34e0405bc32dabe21312229
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>
meta/recipes-devtools/guile/files/libguile-Makefile.am-depends.patch [new file with mode: 0644]
meta/recipes-devtools/guile/guile_2.0.11.bb