From: Bogdan Marinescu Date: Wed, 29 May 2013 13:40:10 +0000 (+0000) Subject: guile: added runtime dependency on glibc-gconv-iso8859-1 X-Git-Tag: rev_ivi_2015_02_04~12364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7818b084dff469a1095f238c69fda9bd8ba956d;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index 058f243..0dd61ff 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" # add guile-native only to the target recipe's DEPENDS DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}" +RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" + EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}" do_configure_prepend() {