diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2012-10-04 13:14:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:03:25 +0100 |
commit | 817c4e661da1e9baa947a420d690248971301102 (patch) | |
tree | 8167f16a9979eb2bef0315c4b002bac76dcafc5a /meta/recipes-connectivity/gypsy/files | |
parent | e2d71503847f72f55666143a2a320925838fd26f (diff) | |
download | openembedded-core-817c4e661da1e9baa947a420d690248971301102.tar.gz openembedded-core-817c4e661da1e9baa947a420d690248971301102.tar.bz2 openembedded-core-817c4e661da1e9baa947a420d690248971301102.zip |
gypsy: removed gypsy from meta/recipes-connectivity
removed also entry from meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gypsy/files')
-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 @@ -Upstream-Status: Inappropriate [configuration] - ---- - docs/reference/Makefile.am | 2 ++ - 1 file changed, 2 insertions(+) - ---- gypsy.orig/docs/reference/Makefile.am -+++ gypsy/docs/reference/Makefile.am -@@ -81,10 +81,12 @@ expand_content_files= - # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) - - INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS) - GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS) - -+EXTRA_DIST = -+CLEANFILES = - # This includes the standard gtk-doc make rules, copied by gtkdocize. - include $(top_srcdir)/gtk-doc.make - - # Other files to distribute - # e.g. EXTRA_DIST += version.xml.in |