diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/do-not-use-srcdir-variable.patch')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/do-not-use-srcdir-variable.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/do-not-use-srcdir-variable.patch b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/do-not-use-srcdir-variable.patch deleted file mode 100644 index 30ca29b10..000000000 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs-2.24.4/do-not-use-srcdir-variable.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | Fixes errors with new autotools | ||
2 | |||
3 | | automake: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/auto-test' | ||
4 | | autoreconf: automake failed with exit status: 1 | ||
5 | | ERROR: autoreconf execution failed. | ||
6 | |||
7 | Upstream-Status: Not Submitted | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
9 | |||
10 | Index: gnome-vfs-2.24.4/test/Makefile.am | ||
11 | =================================================================== | ||
12 | --- gnome-vfs-2.24.4.orig/test/Makefile.am 2013-10-17 16:43:36.677017764 -0700 | ||
13 | +++ gnome-vfs-2.24.4/test/Makefile.am 2013-10-17 16:48:47.369008566 -0700 | ||
14 | @@ -64,7 +64,7 @@ | ||
15 | test-async-cancel \ | ||
16 | test-escape \ | ||
17 | test-uri \ | ||
18 | - $(srcdir)/auto-test | ||
19 | + auto-test | ||
20 | |||
21 | libraries = \ | ||
22 | $(top_builddir)/libgnomevfs/libgnomevfs-2.la \ | ||