From 85810933a8b1e88a8ae8652387885abc0522b419 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 11 May 2017 14:28:11 +0200 Subject: wxstreams: fix build with gcc-6 (patch from Debian). Remove blacklists for wvstreams and wvdial Signed-off-by: Gianfranco Costamagna Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb') diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb index fe79dc1ad2..607a6178f6 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb @@ -11,6 +11,7 @@ SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ file://05_gcc.diff \ file://06_gcc-4.7.diff \ file://07_buildflags.diff \ + file://gcc-6.patch \ " SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" @@ -46,6 +47,3 @@ FILES_libwvstreams-extras-dbg = "${libdir}/.debug/libwvbase.so.* ${libdir}/.debu FILES_${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp" RDEPENDS_${PN} += "perl" - -# http://errors.yoctoproject.org/Errors/Details/68614/ -PNBLACKLIST[wvstreams] ?= "BROKEN: fails to build with gcc-6 - the recipe will be removed on 2017-09-01 unless the issue is fixed" -- cgit 1.2.3-korg