[oe-commits] [meta-openembedded] 14/62: curlpp: fix qa issue of do_configure

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 13:28:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch morty-next
in repository meta-openembedded.

commit de930625274321de7379850aaabf5fbb5603d4a3
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Thu Nov 17 13:37:37 2016 +0800

    curlpp: fix qa issue of do_configure
    
    curlpp is configured with boost by default. And it searches boost
    directory on build machine. If boost is installed on build machine, then
    causes qa issue:
    
    | ERROR: curlpp-0.7.3-r0 do_configure: This autoconf log indicates
    | errors, it looked at host include and/or library paths while
    | determining system capabilities.
    
    Pass the boost directory in ${STAGING_DIR_HOST} to configure script to
    disable search on build machine to fix the issue.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
index 1848aa6..c3a242a 100644
--- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
+++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
@@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a
 
 inherit autotools-brokensep pkgconfig binconfig
 
+EXTRA_OECONF = "--with-boost=${STAGING_DIR_HOST}${prefix}"
 # Upstream is currently working on porting the code to use std::unique_ptr instead of the
 # deprecated auto_ptr.  For now, ignore the issue.
 CXXFLAGS += "-Wno-error=deprecated-declarations"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list