summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guile/files/libguile-Makefile.am-hook.patch
Commit message (Collapse)AuthorAgeFilesLines
* guile: fix installed-vs-shipped errorRobert Yang2015-01-231-0/+42
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>