From 1cf70e868bec10eef927947933120d19b6a0563f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 1 Oct 2015 17:14:13 +0200 Subject: [PATCH] gdal: blacklist, fails to build with gcc-5 Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb index b181b3ef8f..012806a69c 100644 --- a/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb +++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb @@ -107,3 +107,8 @@ do_configure_prepend () { } FILES_${PN} += "${libdir}/gdalplugins" + +# | gdalserver.c:124:21: error: storage size of 'sHints' isn't known +# | struct addrinfo sHints; +# | ^ +PNBLACKLIST[gdal] ?= "BROKEN: fails to build with gcc-5"