Patch to disable the use of -Werror which will cause the build to fail.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Sun, 3 Jul 2005 17:01:11 +0000 (17:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 3 Jul 2005 17:01:11 +0000 (17:01 +0000)
packages/maemo/hildon-control-panel/noWerror.patch [new file with mode: 0644]
packages/maemo/hildon-control-panel_0.9.1-1.2.bb

diff --git a/packages/maemo/hildon-control-panel/noWerror.patch b/packages/maemo/hildon-control-panel/noWerror.patch
new file mode 100644 (file)
index 0000000..4cbb744
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.ac~      2005-07-03 18:54:13.000000000 +0200
++++ configure.ac       2005-07-03 18:54:13.000000000 +0200
+@@ -33,7 +33,7 @@
+ # D-BUS headers do not compile with -pedantic. Once they are fixed, 
+ #return the flag
+ #CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wmissing-prototypes -Wmissing-declarations -Werror" 
+-CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -Werror -lcrypt" 
++CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -lcrypt" 
+ AC_SUBST(CFLAGS)
+ PKG_CHECK_MODULES(OSSO,libosso >= 0.0.3)
index 6806af9..fe6d69e 100644 (file)
@@ -1,11 +1,12 @@
-PR         = "r1"
+PR         = "r2"
 LICENSE    = "GPL"
 MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
 
 DEPENDS = "hildon-lgpl hildon-base-lib osso-af-settings libosso hildon-libs osso-af-settings libosso-help"
 
 SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
-           file://config-path.patch;patch=1;pnum=0"
+           file://config-path.patch;patch=1;pnum=0 \
+           file://noWerror.patch;patch=1;pnum=0"
 
 S = "${WORKDIR}/hildon-control-panel-0.9.1"