diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-19 11:40:59 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:13 +0200 |
commit | a6112684d8ef01825153514b55c3991cb6e280b0 (patch) | |
tree | 5cfbc54519e2bb9022010bb64890bd4219ce3bb4 /meta-oe/recipes-navigation | |
parent | 9b66f08ff3696a628c581d4cc6dc7f5ac4493aa8 (diff) | |
download | meta-openembedded-a6112684d8ef01825153514b55c3991cb6e280b0.tar.gz |
omgps: Blacklist because it's broken since gcc upgrade to 4.9
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/omgps/omgps_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb index a56a51bfa..adcc749e4 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}" | |||
9 | PR = "r2" | 9 | PR = "r2" |
10 | S = "${WORKDIR}/${PN}" | 10 | S = "${WORKDIR}/${PN}" |
11 | 11 | ||
12 | PNBLACKLIST[omgps] = "BROKEN: sound.c:61:35: error: 'saveptr' may be used uninitialized in this function [-Werror=maybe-uninitialized]" | ||
13 | |||
12 | do_configure_prepend() { | 14 | do_configure_prepend() { |
13 | sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am | 15 | sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am |
14 | sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am | 16 | sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am |