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 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 () { | |||
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | FILES_${PN} += "${libdir}/gdalplugins" | 109 | FILES_${PN} += "${libdir}/gdalplugins" |
| 110 | |||
| 111 | # | gdalserver.c:124:21: error: storage size of 'sHints' isn't known | ||
| 112 | # | struct addrinfo sHints; | ||
| 113 | # | ^ | ||
| 114 | PNBLACKLIST[gdal] ?= "BROKEN: fails to build with gcc-5" | ||
