diff options
Diffstat (limited to 'meta/recipes-connectivity/gypsy/files/fixups.patch')
-rw-r--r-- | meta/recipes-connectivity/gypsy/files/fixups.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-connectivity/gypsy/files/fixups.patch b/meta/recipes-connectivity/gypsy/files/fixups.patch deleted file mode 100644 index de4d92ea1b..0000000000 --- a/meta/recipes-connectivity/gypsy/files/fixups.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | --- | ||
4 | docs/reference/Makefile.am | 2 ++ | ||
5 | 1 file changed, 2 insertions(+) | ||
6 | |||
7 | --- gypsy.orig/docs/reference/Makefile.am | ||
8 | +++ gypsy/docs/reference/Makefile.am | ||
9 | @@ -81,10 +81,12 @@ expand_content_files= | ||
10 | # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) | ||
11 | |||
12 | INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS) | ||
13 | GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS) | ||
14 | |||
15 | +EXTRA_DIST = | ||
16 | +CLEANFILES = | ||
17 | # This includes the standard gtk-doc make rules, copied by gtkdocize. | ||
18 | include $(top_srcdir)/gtk-doc.make | ||
19 | |||
20 | # Other files to distribute | ||
21 | # e.g. EXTRA_DIST += version.xml.in | ||