diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-04-20 10:14:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-20 10:14:57 +0000 |
commit | e105567d98bff1b5899f06299378074978e22996 (patch) | |
tree | 8f4dfb3be40d4402995c0cbdd7cba6960c3944bd /packages/gnome | |
parent | f8323493d8abae7714049de07b877669fc04b648 (diff) | |
parent | 3c28f45d1d3b7ab8117100953dbf22804e28eb0d (diff) |
merge of 6a34921c6649c2bea10ed83770e2567ab6ae34e0
and fd21124c1937977bb79e37903f631e37652eb813
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gnome-vfs-dbus_svn.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gnome/gnome-vfs-dbus_svn.bb b/packages/gnome/gnome-vfs-dbus_svn.bb index d2faae9195..466d52adbe 100644 --- a/packages/gnome/gnome-vfs-dbus_svn.bb +++ b/packages/gnome/gnome-vfs-dbus_svn.bb @@ -83,6 +83,10 @@ do_configure_prepend() { install ${WORKDIR}/gtk-doc.make ./ } +do_compile_prepend() { + find ${S} -name Makefile | xargs sed -i 's:-Werror::' +} + do_stage() { oe_libinstall -so -C libgnomevfs libgnomevfs-2 ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs |