[oe-commits] [meta-openembedded] 09/19: curlpp: fix QA issue for cav-octeon3

git at git.openembedded.org git at git.openembedded.org
Fri Jul 29 09:18:40 UTC 2016


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

commit 75bc71b8296bd555d50e028d747dc6d51de0cbbd
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Tue Jul 19 16:22:44 2016 +0800

    curlpp: fix QA issue for cav-octeon3
    
    Modify the curlpp.pc file in do_install_append to avoid the following QA error.
    
      ERROR: QA Issue: curlpp.pc failed sanity test (tmpdir)
    
    The problem occurs only for tunes which set baselib to 'lib32', and in OE,
    we only have two tunes which set such value.
    
      BASE_LIB_tune-octeon2 = "lib32"
      BASE_LIB_tune-octeon3 = "lib32"
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 78b9432..bbba576 100644
--- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
+++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
@@ -20,6 +20,10 @@ inherit autotools-brokensep pkgconfig binconfig
 # deprecated auto_ptr.  For now, ignore the issue.
 CXXFLAGS += "-Wno-error=deprecated-declarations"
 
+do_install_append () {
+    sed -i 's,${STAGING_DIR_TARGET},,g' ${D}${libdir}/pkgconfig/curlpp.pc
+}
+
 PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev"
 
 FILES_lib${BPN} = "${libdir}/lib*.so.* \

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


More information about the Openembedded-commits mailing list