diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-02-08 19:17:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-08 19:17:38 +0000 |
commit | 10daaff549d444b1141b829eec8fd2a5fca1d4db (patch) | |
tree | a8a081142b6e0687813b89f6496eb99b6c7dc04d /packages/gnome/gnome-vfs-dbus_svn.bb | |
parent | 457cf361541c3ef84d1b539fcc1ff48b76f274a8 (diff) |
gnome-vfs-dbus: fix the svn version to make it build again
Diffstat (limited to 'packages/gnome/gnome-vfs-dbus_svn.bb')
-rw-r--r-- | packages/gnome/gnome-vfs-dbus_svn.bb | 7 |
1 files changed, 2 insertions, 5 deletions
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 ./ } |