]> code.ossystems Code Review - openembedded-core.git/commitdiff
guile: don't search for libreadline in host libdir
authorJackie Huang <jackie.huang@windriver.com>
Wed, 29 May 2013 15:09:53 +0000 (10:09 -0500)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 31 May 2013 15:03:37 +0000 (16:03 +0100)
Fix the QA warning:
WARNING: guile: The compile log indicates that host include and/or library paths were used.

(From OE-Core master 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>
meta/recipes-devtools/guile/guile_2.0.7.bb

index b8ab88e1eef0ef3b6a3758ae94e4e232aee7ab43..4e400bf10d58456812e5d51ba46c2de3049ab948 100644 (file)
@@ -37,7 +37,7 @@ 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']}"
 
-EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix', ''][bb.data.inherits_class('native',d)]}"
+EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without-libreadline-prefix', ''][bb.data.inherits_class('native',d)]}"
 
 do_configure_prepend() {
        mkdir -p po