[oe-commits] Frederik Sdun : Remove -Werror from gypsy CFLAGS

git version control git at git.openembedded.org
Wed Nov 4 21:27:40 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 836e4ce0b1c8b07933818639180d4a9fe43fad07
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=836e4ce0b1c8b07933818639180d4a9fe43fad07

Author: Frederik Sdun <frederik.sdun at googlemail.com>
Date:   Sat Oct 24 16:33:22 2009 +0000

Remove -Werror from gypsy CFLAGS

Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gypsy/files/remove-werror.patch |   13 +++++++++++++
 recipes/gypsy/gypsy_svn.bb              |    3 ++-
 2 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/recipes/gypsy/files/remove-werror.patch b/recipes/gypsy/files/remove-werror.patch
new file mode 100644
index 0000000..8c60bd7
--- /dev/null
+++ b/recipes/gypsy/files/remove-werror.patch
@@ -0,0 +1,13 @@
+Index: configure.ac
+===================================================================
+--- a/configure.ac	(Revision 148)
++++ b/configure.ac	(Arbeitskopie)
+@@ -41,7 +41,7 @@
+ AC_SUBST(DBUS_SERVICES_DIR)
+ AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [Where services dir for D-Bus is])
+ 
+-CFLAGS="$CFLAGS -g -Wall -Werror -Wno-format"
++CFLAGS="$CFLAGS -g -Wall -Wno-format"
+ 
+ # TODO: add --with-xsltproc argument to override PATH
+ AC_CHECK_PROGS(XSLT, xsltproc)
diff --git a/recipes/gypsy/gypsy_svn.bb b/recipes/gypsy/gypsy_svn.bb
index 1fcc47e..6392f36 100644
--- a/recipes/gypsy/gypsy_svn.bb
+++ b/recipes/gypsy/gypsy_svn.bb
@@ -2,7 +2,8 @@ require gypsy.inc
 
 SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
            file://fixups.patch;patch=1;maxrev=107 \
-           file://docs-reference-am.patch;patch=1;minrev=134"
+           file://docs-reference-am.patch;patch=1;minrev=134 \
+           file://remove-werror.patch;patch=1"
 S = "${WORKDIR}/${PN}"
 
 PV = "0.0+svnr${SRCREV}"





More information about the Openembedded-commits mailing list