diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-05-29 13:40:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 20:59:10 +0100 |
commit | d4e632a16a51f7155fcf610edce4318300393dd8 (patch) | |
tree | 8717c48525504ce7d30b2a39e63f21b2d5b46c4d /meta/recipes-devtools/guile | |
parent | c7473c8b9c89d0ed311ee7f28f13b1c20e0ab137 (diff) | |
download | poky-d4e632a16a51f7155fcf610edce4318300393dd8.tar.gz |
guile: added runtime dependency on glibc-gconv-iso8859-1
guile needs to be able to convert strings from ISO-8859-1 in order
to work properly. This patch adds a runtime dependency to the required
convert package, but only when glibc is used. The fix for uClibc depends
on another bug (#4530).
[YOCTO #4019]
(From OE-Core rev: 0e519c99bafd49ecac97b1fb9185a4d02fb44d75)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guile')
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index 058f24365f..0dd61ff2a2 100644 --- a/meta/recipes-devtools/guile/guile_2.0.9.bb +++ b/meta/recipes-devtools/guile/guile_2.0.9.bb | |||
@@ -36,6 +36,8 @@ DEPENDS = "libunistring bdwgc gmp libtool libffi" | |||
36 | # add guile-native only to the target recipe's DEPENDS | 36 | # add guile-native only to the target recipe's DEPENDS |
37 | DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}" | 37 | DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}" |
38 | 38 | ||
39 | RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" | ||
40 | |||
39 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}" | 41 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}" |
40 | 42 | ||
41 | do_configure_prepend() { | 43 | do_configure_prepend() { |