aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-02-08 19:17:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-08 19:17:38 +0000
commit10daaff549d444b1141b829eec8fd2a5fca1d4db (patch)
treea8a081142b6e0687813b89f6496eb99b6c7dc04d /packages/gnome
parent457cf361541c3ef84d1b539fcc1ff48b76f274a8 (diff)
downloadopenembedded-10daaff549d444b1141b829eec8fd2a5fca1d4db.tar.gz
gnome-vfs-dbus: fix the svn version to make it build again
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/files/.mtn2git_empty0
-rw-r--r--packages/gnome/files/gtk-doc.make (renamed from packages/gnome/libbonobo/gtk-doc.make)0
-rw-r--r--packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch18
-rw-r--r--packages/gnome/gnome-vfs-dbus_svn.bb7
4 files changed, 20 insertions, 5 deletions
diff --git a/packages/gnome/files/.mtn2git_empty b/packages/gnome/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gnome/files/.mtn2git_empty
diff --git a/packages/gnome/libbonobo/gtk-doc.make b/packages/gnome/files/gtk-doc.make
index c319e7ad7c..c319e7ad7c 100644
--- a/packages/gnome/libbonobo/gtk-doc.make
+++ b/packages/gnome/files/gtk-doc.make
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
index 0000000000..87bf7c3939
--- /dev/null
+++ b/packages/gnome/gnome-vfs-dbus/glib-after-nameser.patch
@@ -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>
diff --git a/packages/gnome/gnome-vfs-dbus_svn.bb b/packages/gnome/gnome-vfs-dbus_svn.bb
index 2cde0552b9..dd41d2ce02 100644
--- a/packages/gnome/gnome-vfs-dbus_svn.bb
+++ b/packages/gnome/gnome-vfs-dbus_svn.bb
@@ -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 ./
}