summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/guile/guile_2.0.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.7.bb b/meta/recipes-devtools/guile/guile_2.0.7.bb
index 4e400bf10d..5863014fe5 100644
--- a/meta/recipes-devtools/guile/guile_2.0.7.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.7.bb
@@ -37,6 +37,8 @@ DEPENDS = "libunistring bdwgc gmp libtool libffi"
37# add guile-native only to the target recipe's DEPENDS 37# add guile-native only to the target recipe's DEPENDS
38DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}" 38DEPENDS += "${@['guile-native libatomics-ops', ''][d.getVar('PN', True) != 'guile']}"
39 39
40RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1"
41
40EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}" 42EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}"
41 43
42do_configure_prepend() { 44do_configure_prepend() {