summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guile/guile_2.0.11.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-07 06:55:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-11 17:40:06 +0000
commit6c3ccc8ae92753ee123b1676032ef5f12fcd3496 (patch)
tree1f074ec06d77bd5c01f4c256139e3c9c162e4269 /meta/recipes-devtools/guile/guile_2.0.11.bb
parent0cf128ca1b3b2c1c2d250842cd5f02c5f78eef24 (diff)
downloadpoky-6c3ccc8ae92753ee123b1676032ef5f12fcd3496.tar.gz
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. (From OE-Core rev: adf32ca3d0657cb5d363ae7a3fdb539c6627cf39) (From OE-Core rev: f6305b451fd5f13e62642b8ac34edc0e6ab19542) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.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.bb1
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 bd23c2b918..8fda850fc2 100644
--- a/meta/recipes-devtools/guile/guile_2.0.11.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.11.bb
@@ -20,6 +20,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \
20 file://guile_2.0.6_fix_sed_error.patch \ 20 file://guile_2.0.6_fix_sed_error.patch \
21 file://arm_endianness.patch \ 21 file://arm_endianness.patch \
22 file://workaround-ice-ssa-corruption.patch \ 22 file://workaround-ice-ssa-corruption.patch \
23 file://libguile-Makefile.am-depends.patch \
23 " 24 "
24 25
25# file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch 26# file://debian/0001-Change-guile-to-guile-X.Y-for-info-pages.patch