[oe-commits] Martin Jansa : omgps: Blacklist because it' s broken since gcc upgrade to 4.9

git at git.openembedded.org git at git.openembedded.org
Thu Jun 19 10:05:43 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 12fb3ac03989d8e6f8370bb09eaf4ee23039a7c9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=12fb3ac03989d8e6f8370bb09eaf4ee23039a7c9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 19 11:40:59 2014 +0200

omgps: Blacklist because it's broken since gcc upgrade to 4.9

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-navigation/omgps/omgps_svn.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
index a56a51b..adcc749 100644
--- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb
+++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
@@ -9,6 +9,8 @@ PV = "0.1+svnr${SRCPV}"
 PR = "r2"
 S = "${WORKDIR}/${PN}"
 
+PNBLACKLIST[omgps] = "BROKEN: sound.c:61:35: error: 'saveptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]"
+
 do_configure_prepend() {
     sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am
     sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am



More information about the Openembedded-commits mailing list