generic-poky/meta/recipes-devtools/guile/files
Robert Yang 940c4179cc 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.

(From OE-Core rev: 482c0c44e6efffed826cbc621a039dd0950847f8)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-23 11:36:28 +00:00
..
debian guile: updated to 2.0.6 2012-08-02 16:34:05 +01:00
opensuse guile: upgrade from 2.0.3 to 2.0.5 2012-05-09 21:42:51 +01:00
arm_aarch64.patch guile: allow compilation for aarch64 2014-12-23 10:18:18 +00:00
arm_endianness.patch guile: Fix missing depends and broken arm build 2012-07-17 10:54:02 +01:00
guile_2.0.6_fix_sed_error.patch guile: updated to 2.0.6 2012-08-02 16:34:05 +01:00
libguile-Makefile.am-hook.patch guile: fix installed-vs-shipped error 2015-01-23 11:36:28 +00:00
workaround-ice-ssa-corruption.patch guile: workaround ice ssa corruption while DEBUG_BUILD 2014-08-23 23:02:00 +01:00