mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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 5c8efcc9f5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
049ba0b0b2
commit
ac59fdc4f3
|
|
@ -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.* \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user