diff options
author | Vivian Zhang <vivian.zhang@intel.com> | 2008-11-10 16:59:38 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-01 22:35:05 +0000 |
commit | d0e82a364c7e5145486ca935921654fc12ba84c8 (patch) | |
tree | 56fe2d5f2a841620ea2803acaaefa8eacfae1f17 /meta/packages/gypsy/files | |
parent | 4a4eaec9e0e0f027f72e018689721838ef405f44 (diff) | |
download | poky-d0e82a364c7e5145486ca935921654fc12ba84c8.tar.gz |
Moved gypsy from meta-extras to meta and upgraded it to 0.6
Diffstat (limited to 'meta/packages/gypsy/files')
-rw-r--r-- | meta/packages/gypsy/files/fixups.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gypsy/files/fixups.patch b/meta/packages/gypsy/files/fixups.patch new file mode 100644 index 0000000000..8bc8c5cbac --- /dev/null +++ b/meta/packages/gypsy/files/fixups.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | --- | ||
2 | docs/reference/Makefile.am | 2 ++ | ||
3 | 1 file changed, 2 insertions(+) | ||
4 | |||
5 | --- gypsy.orig/docs/reference/Makefile.am | ||
6 | +++ gypsy/docs/reference/Makefile.am | ||
7 | @@ -81,10 +81,12 @@ expand_content_files= | ||
8 | # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) | ||
9 | |||
10 | INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS) | ||
11 | GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS) | ||
12 | |||
13 | +EXTRA_DIST = | ||
14 | +CLEANFILES = | ||
15 | # This includes the standard gtk-doc make rules, copied by gtkdocize. | ||
16 | include $(top_srcdir)/gtk-doc.make | ||
17 | |||
18 | # Other files to distribute | ||
19 | # e.g. EXTRA_DIST += version.xml.in | ||