summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-06-09 14:54:43 -0400
committerArmin Kuster <akuster808@gmail.com>2016-08-16 10:29:40 -0700
commitac59fdc4f3ad5a0c8d65966ecd1218af746b759f (patch)
tree3dc4177fcd03316fd6d81fc0042bc60ba925028d
parent049ba0b0b2c85c442c4f394113b018346e5aa9a2 (diff)
downloadmeta-openembedded-ac59fdc4f3ad5a0c8d65966ecd1218af746b759f.tar.gz
curlpp: fix build with gcc-6 and remove blacklist
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> (cherry picked from commit 5c8efcc9f54d04ac9a7c41176989efb78c4ac54f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb4
1 files changed, 4 insertions, 0 deletions
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 5663f0e91..78b943247 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
16 16
17inherit autotools-brokensep pkgconfig binconfig 17inherit autotools-brokensep pkgconfig binconfig
18 18
19# Upstream is currently working on porting the code to use std::unique_ptr instead of the
20# deprecated auto_ptr. For now, ignore the issue.
21CXXFLAGS += "-Wno-error=deprecated-declarations"
22
19PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" 23PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev"
20 24
21FILES_lib${BPN} = "${libdir}/lib*.so.* \ 25FILES_lib${BPN} = "${libdir}/lib*.so.* \