diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-16 15:52:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:28 +0000 |
commit | b31e6e75ec0dcc32368edf4f7f7b0d9c310fced7 (patch) | |
tree | ce59b85000ee20e776071fb80e761a424139d7f2 /meta/recipes-devtools/guile/guile_2.0.11.bb | |
parent | cf72ede74d35746a10d0708942287548f9c72f30 (diff) | |
download | poky-b31e6e75ec0dcc32368edf4f7f7b0d9c310fced7.tar.gz |
Revert "guile: fixed installed-vs-shipped error"
This reverts commit 397f27cdceaa4874d8d06aad10cd37a5817d90b8.
The fix isn't correct, caused:
install: cannot create regular file `/path/to/sysroots/x86_64-linux/usr/lib/libguile-2.0.so.22.7.2': File exists
will add a new fix.
(From OE-Core rev: d6469ecb0cd13596924a117a9bd5e19cd843c2a9)
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, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb index f5388aac9b..f2c07599ec 100644 --- a/meta/recipes-devtools/guile/guile_2.0.11.bb +++ b/meta/recipes-devtools/guile/guile_2.0.11.bb | |||
@@ -21,7 +21,6 @@ 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 \ | ||
25 | " | 24 | " |
26 | 25 | ||
27 | # 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 |