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-01-16 23:08:17 +0000
commit397f27cdceaa4874d8d06aad10cd37a5817d90b8 (patch)
treef3473f06b437c2b7f42fdbf8a1e8e6b8be31b9ff /meta/recipes-devtools/guile/guile_2.0.11.bb
parent4e20211090d2b193250edaa64f84e355a1c31fe5 (diff)
downloadpoky-397f27cdceaa4874d8d06aad10cd37a5817d90b8.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) 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.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 f2c07599ec..f5388aac9b 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-depends.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