From ac59fdc4f3ad5a0c8d65966ecd1218af746b759f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 9 Jun 2016 14:54:43 -0400 Subject: curlpp: fix build with gcc-6 and remove blacklist Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald (cherry picked from commit 5c8efcc9f54d04ac9a7c41176989efb78c4ac54f) Signed-off-by: Armin Kuster --- 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 5663f0e918..78b943247d 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.* \ -- cgit 1.2.3-korg