diff options
Diffstat (limited to 'packages/gnome/gnome-vfs-dbus_svn.bb')
-rw-r--r-- | packages/gnome/gnome-vfs-dbus_svn.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/gnome/gnome-vfs-dbus_svn.bb b/packages/gnome/gnome-vfs-dbus_svn.bb index f248a74faf..c4612808ed 100644 --- a/packages/gnome/gnome-vfs-dbus_svn.bb +++ b/packages/gnome/gnome-vfs-dbus_svn.bb @@ -15,8 +15,11 @@ 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://gtk-doc.make \ - file://glib-after-nameser.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 EXTRA_OECONF = "--with-ipc=dbus --disable-gtk-doc" S = "${WORKDIR}/trunk" @@ -76,6 +79,8 @@ 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 ./ } |