diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-05-29 10:09:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-29 22:14:18 +0100 |
commit | 1515425237c70abbafa468cb223d7dba2634e73b (patch) | |
tree | d57bd5d582ed9860e4c90efc6b913d06152a0136 | |
parent | c0b6f9bc3334a755810430acc1f23f1a9a7365dc (diff) | |
download | poky-1515425237c70abbafa468cb223d7dba2634e73b.tar.gz |
guile: don't search for libreadline in host libdir
Fix the QA warning:
WARNING: guile: The compile log indicates that host include and/or library paths were used.
(From OE-Core rev: 1582975cd89b0b71c93913f07648c67f2b18bc99)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index 617f7ce4b1..058f24365f 100644 --- a/meta/recipes-devtools/guile/guile_2.0.9.bb +++ b/meta/recipes-devtools/guile/guile_2.0.9.bb | |||
@@ -36,7 +36,7 @@ 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 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix', ''][bb.data.inherits_class('native',d)]}" | 39 | EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}" |
40 | 40 | ||
41 | do_configure_prepend() { | 41 | do_configure_prepend() { |
42 | mkdir -p po | 42 | mkdir -p po |