diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-01 17:14:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:27:49 +0200 |
commit | 1cf70e868bec10eef927947933120d19b6a0563f (patch) | |
tree | 4a20d45827e8461d5864d4861691f6b889ec6f02 | |
parent | 6c90f6fa728d82735fb796abee3fdbeb49104e99 (diff) | |
download | meta-openembedded-1cf70e868bec10eef927947933120d19b6a0563f.tar.gz |
gdal: blacklist, fails to build with gcc-5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb | 5 |
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 b181b3ef8fe..012806a69cc 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" |