diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-26 16:30:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 09:52:31 +0100 |
commit | 6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8 (patch) | |
tree | bd2b76fd45b5dadf5d7e29dd16eb2fdb7de5591c /meta/recipes-graphics/clutter/tidy | |
parent | 36ec158df1ed6db4dc917d16fa7adb0f34fec0b4 (diff) | |
download | openembedded-core-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.tar.gz openembedded-core-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.tar.bz2 openembedded-core-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.tar.xz openembedded-core-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.zip |
tidy: move old clutter demo to meta-demoapps
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/tidy')
-rw-r--r-- | meta/recipes-graphics/clutter/tidy/autofoo.patch | 11 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/tidy/tidy-enable-tests.patch | 20 |
2 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-graphics/clutter/tidy/autofoo.patch b/meta/recipes-graphics/clutter/tidy/autofoo.patch deleted file mode 100644 index 7f54a3372..000000000 --- a/meta/recipes-graphics/clutter/tidy/autofoo.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: tidy/doc/reference/Makefile.am -=================================================================== ---- tidy.orig/doc/reference/Makefile.am 2007-11-06 19:36:56.000000000 +0000 -+++ tidy/doc/reference/Makefile.am 2007-11-06 19:37:02.000000000 +0000 -@@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make - - # Other files to distribute - # e.g. EXTRA_DIST += version.xml.in --EXTRA_DIST += version.xml.in -+EXTRA_DIST = version.xml.in - diff --git a/meta/recipes-graphics/clutter/tidy/tidy-enable-tests.patch b/meta/recipes-graphics/clutter/tidy/tidy-enable-tests.patch deleted file mode 100644 index c5e1660c5..000000000 --- a/meta/recipes-graphics/clutter/tidy/tidy-enable-tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: trunk/tests/Makefile.am -=================================================================== ---- trunk.orig/tests/Makefile.am 2008-03-04 12:22:10.000000000 +0000 -+++ trunk/tests/Makefile.am 2008-03-04 12:23:46.000000000 +0000 -@@ -1,4 +1,4 @@ --noinst_PROGRAMS = \ -+bin_PROGRAMS = \ - test-button \ - test-finger-scroll \ - test-list-view \ -@@ -14,6 +14,9 @@ - test-grow \ - test-viewport - -+test_texture_framedir = $(pkgdatadir) -+test_texture_frame_DATA = frame.png -+ - INCLUDES = -I$(top_srcdir) - LDADD = $(top_builddir)/tidy/libtidy-1.0.la - |