gnome-vfs-dbus_svn: Add sed hackery to replace missing werror patch
authorJustin Patrin <papercrane@gmail.com>
Thu, 20 Apr 2006 06:34:59 +0000 (06:34 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 20 Apr 2006 06:34:59 +0000 (06:34 +0000)
packages/gnome/gnome-vfs-dbus_svn.bb

index 029101b..604da11 100644 (file)
@@ -84,6 +84,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