[oe-commits] [meta-openembedded] 40/60: curlpp: fix build with gcc-6 and remove blacklist

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:07:21 UTC 2016


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

commit ac59fdc4f3ad5a0c8d65966ecd1218af746b759f
Author: Derek Straka <derek at asterius.io>
AuthorDate: Thu Jun 9 14:54:43 2016 -0400

    curlpp: fix build with gcc-6 and remove blacklist
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    (cherry picked from commit 5c8efcc9f54d04ac9a7c41176989efb78c4ac54f)
    Signed-off-by: Armin Kuster <akuster808 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 5663f0e..78b9432 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,10 @@ SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a
 
 inherit autotools-brokensep pkgconfig binconfig
 
+# 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"
+
 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