]> code.ossystems Code Review - openembedded-core.git/commit
guile: Specify directories to find proper libunistring, libgmp and libltdl
authorKhem Raj <raj.khem@gmail.com>
Sun, 16 Aug 2015 18:30:01 +0000 (11:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:49 +0000 (17:57 +0100)
commit9770ce87e1e09096bbfab19e646e2b8612efae8a
tree26fcdc21e773c3d9ebbbb4adcf92bd64f6c81ee2
parent52a90e8e592ddd228939e15d7fd0d69f3c1e816f
guile: Specify directories to find proper libunistring, libgmp and libltdl

Just when building on host which doesnt have libunistring on host guile
fails the following configure test

| configure: error: GNU libunistring is required, please install it.
| Configure failed. The contents of all config.log files follows to aid
debugging

The reason is that its looking for libunistring dev files on build
system, so lets point the configure into target sysroot, similar issue
exist for libgmp, libltdl detection as well, fixed thusly

Get rid of trailing whitespaces while here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/guile/guile_2.0.11.bb