aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb5
1 files changed, 5 insertions, 0 deletions
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"