diff options
author | Tomas Frydrych <tomas@sleepfive.com> | 2013-05-20 16:05:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-21 09:30:16 +0100 |
commit | 59cea9cdf511f49931d6fd8fa213525cf8d675cf (patch) | |
tree | 08fe2e14ed9ea9d4087a1fa6f8603394114bbf91 /meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | |
parent | e77a014df21f301a8a0b746a4a1f712595ebcbaf (diff) | |
download | poky-59cea9cdf511f49931d6fd8fa213525cf8d675cf.tar.gz |
clutter-gtk: Replace with 1.4.2 version
(From OE-Core rev: 095581d3b888ba702ba0b1b7e9e3ef8fe69dc164)
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch deleted file mode 100644 index bedf80e196..0000000000 --- a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | Install the test binary needed for core-image-clutter | ||
2 | |||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
4 | |||
5 | Upstream-Status: Inappropriate [configuration] | ||
6 | |||
7 | Index: git/examples/Makefile.am | ||
8 | =================================================================== | ||
9 | --- git.orig/examples/Makefile.am 2011-05-04 14:07:20.000000000 -0700 | ||
10 | +++ git/examples/Makefile.am 2011-05-04 14:38:29.785984519 -0700 | ||
11 | @@ -1,6 +1,6 @@ | ||
12 | NULL = | ||
13 | |||
14 | -noinst_PROGRAMS = \ | ||
15 | +bin_PROGRAMS = \ | ||
16 | gtk-clutter-events \ | ||
17 | gtk-clutter-multistage \ | ||
18 | gtk-clutter-test \ | ||