diff options
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gnome-vfs-dbus/werror_compile.patch | 11 | ||||
-rw-r--r-- | packages/gnome/gnome-vfs-dbus_svn.bb | 7 |
2 files changed, 14 insertions, 4 deletions
diff --git a/packages/gnome/gnome-vfs-dbus/werror_compile.patch b/packages/gnome/gnome-vfs-dbus/werror_compile.patch new file mode 100644 index 0000000000..f2eba7d712 --- /dev/null +++ b/packages/gnome/gnome-vfs-dbus/werror_compile.patch @@ -0,0 +1,11 @@ +--- gnome-vfs-dbus-2.8.4.4/configure.in.old 2006-01-26 11:56:09.000000000 +0100 ++++ gnome-vfs-dbus-2.8.4.4/configure.in 2006-01-26 11:45:02.000000000 +0100 +@@ -279,7 +279,7 @@ + + if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then + echo "enable compile warnings = $set_more_warnings" +- VFS_CFLAGS="-Wall -Werror \ ++ VFS_CFLAGS="-Wall \ + -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ + -Wnested-externs -Wpointer-arith" + diff --git a/packages/gnome/gnome-vfs-dbus_svn.bb b/packages/gnome/gnome-vfs-dbus_svn.bb index 604da1168c..466d52adbe 100644 --- a/packages/gnome/gnome-vfs-dbus_svn.bb +++ b/packages/gnome/gnome-vfs-dbus_svn.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" SECTION = "x11/gnome" -PR = "r0" +PR = "r1" PROVIDES = "gnome-vfs" RPROVIDES = "gnome-vfs" @@ -17,9 +17,8 @@ SRC_URI = "svn://developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=htt file://gconftool-lossage.patch;patch=1;pnum=1 \ file://glib-after-nameser.patch;patch=1;pnum=1 \ file://gtk-doc.m4 \ - file://gtk-doc.make" -# Missing patch -# file://werror_compile.patch;patch=1;pnum=1 + file://gtk-doc.make \ + file://werror_compile.patch;patch=1;pnum=1" EXTRA_OECONF = "--with-ipc=dbus --disable-gtk-doc" S = "${WORKDIR}/trunk" |