gnome-vfs-dbus: fix the svn version to make it build again
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 8 Feb 2006 19:17:38 +0000 (19:17 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 8 Feb 2006 19:17:38 +0000 (19:17 +0000)
packages/gnome/files/.mtn2git_empty [new file with mode: 0644]
packages/gnome/files/gtk-doc.make [moved from packages/gnome/libbonobo/gtk-doc.make with 100% similarity]
packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch [new file with mode: 0644]
packages/gnome/gnome-vfs-dbus_svn.bb

diff --git a/packages/gnome/files/.mtn2git_empty b/packages/gnome/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch b/packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch
new file mode 100644 (file)
index 0000000..87bf7c3
--- /dev/null
@@ -0,0 +1,18 @@
+--- trunk/libgnomevfs/gnome-vfs-resolve.c.orig 2006-02-08 19:18:43.000000000 +0100
++++ trunk/libgnomevfs/gnome-vfs-resolve.c      2006-02-08 19:21:42.000000000 +0100
+@@ -23,7 +23,6 @@
+ #include <errno.h>
+ #include <string.h>
+-#include <glib.h>
+ #ifndef G_OS_WIN32
+ /* Keep <sys/types.h> above the network includes for FreeBSD. */
+ #include <sys/types.h>
+@@ -48,6 +47,7 @@
+ #define RELOAD_TIMEVAL 2
+ #endif
++#include <glib.h>
+ #include <glib-object.h>
+ #include <libgnomevfs/gnome-vfs-resolve.h>
index 2cde055..dd41d2c 100644 (file)
@@ -15,9 +15,8 @@ RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info"
 SRC_URI = "svn://developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \
            file://gssapi.patch;patch=1;pnum=1 \
            file://gconftool-lossage.patch;patch=1;pnum=1 \
-          file://werror_compile.patch;patch=1;pnum=1 \
-          file://gtk-doc.m4 \
-          file://gtk-doc.make"
+          file://gtk-doc.make \
+          file://glib-after-nameser.patch;patch=1;pnum=1"
 
 EXTRA_OECONF = "--with-ipc=dbus --disable-gtk-doc"
 S = "${WORKDIR}/trunk"
@@ -77,8 +76,6 @@ gnome-vfs-mime.h \
 gnome-vfs-socket-buffer.h"
 
 do_configure_prepend() {
-       mkdir -p m4
-       install ${WORKDIR}/gtk-doc.m4 ./m4/
        install ${WORKDIR}/gtk-doc.make ./
 }