]> code.ossystems Code Review - openembedded-core.git/commit
guile: fix 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, 23 Jan 2015 11:35:25 +0000 (11:35 +0000)
commit482c0c44e6efffed826cbc621a039dd0950847f8
tree958c0046b68e802daa39be32231736f433e1421e
parentd6469ecb0cd13596924a117a9bd5e19cd843c2a9
guile: fix 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, use install-exec-hook will fix the
problem since it depends on install-libLTLIBRARIES.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/guile/files/libguile-Makefile.am-hook.patch [new file with mode: 0644]
meta/recipes-devtools/guile/guile_2.0.11.bb