diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-07 06:55:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:28 +0000 |
commit | 940c4179cca43567cea31967ea6600aeea5687aa (patch) | |
tree | 9ea1297dfaf3793cf3e959851716876b105d2fb6 /meta/recipes-devtools/guile/guile_2.0.11.bb | |
parent | b31e6e75ec0dcc32368edf4f7f7b0d9c310fced7 (diff) | |
download | poky-940c4179cca43567cea31967ea6600aeea5687aa.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/guile/guile_2.0.11.bb')
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.11.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb index f2c07599ec..d1578e08cf 100644 --- a/meta/recipes-devtools/guile/guile_2.0.11.bb +++ b/meta/recipes-devtools/guile/guile_2.0.11.bb | |||
@@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \ | |||
21 | file://arm_endianness.patch \ | 21 | file://arm_endianness.patch \ |
22 | file://arm_aarch64.patch \ | 22 | file://arm_aarch64.patch \ |
23 | file://workaround-ice-ssa-corruption.patch \ | 23 | file://workaround-ice-ssa-corruption.patch \ |
24 | file://libguile-Makefile.am-hook.patch \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | # file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch | 27 | # file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch |