[oe-commits] Martin Jansa : gpm: disable -Werror

git at git.openembedded.org git at git.openembedded.org
Wed Dec 26 08:16:27 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Dec 22 19:11:19 2012 +0100

gpm: disable -Werror

* 1.99.7 has a lot of issues, maybe we should bump PE and go to stable 1.20.7

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

---

 meta-oe/recipes-support/gpm/gpm_1.99.7.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
index 38cd2c3..a8af6ab 100644
--- a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
+++ b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
@@ -33,6 +33,11 @@ INITSCRIPT_PARAMS = "defaults"
 # cc1: all warnings being treated as errors
 CFLAGS += "-Wno-extra -Wno-error=unused-but-set-parameter -Wno-error=unused-but-set-variable"
 
+# twiddler is WIP in 1.99.7 and probably not worth fixing (a lot of changes in gpm-2-dev after 1.99.7
+# gpm-1.99.7/src/drivers/twid/twiddler.c:503:14: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
+# /gpm-1.99.7/src/mice.c:221:5: error: (near initialization for 'mice[32].init') [-Werror]
+CFLAGS += "-Wno-error=int-to-pointer-cast -Wno-error"
+
 do_install () {
     oe_runmake 'ROOT=${D}' install
     install -m 0644 src/headers/gpm.h ${D}${includedir}





More information about the Openembedded-commits mailing list