diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-05-10 15:49:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 16:48:21 +0100 |
commit | 7f7de31e9caa1594f2175f90f8faa96a88627329 (patch) | |
tree | 4e8c33c8dac2725709e91442076bbe9d494483b0 | |
parent | 6941efaabe73847eed8f8b428b59d75fa65ee11c (diff) | |
download | poky-7f7de31e9caa1594f2175f90f8faa96a88627329.tar.gz |
clutter-cairo: remove remaining files from this obsolete recipe
(From OE-Core rev: 7aca3963e9c326e07b58240c3e5c9e2cc6eaf99e)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 files changed, 0 insertions, 64 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-cairo.inc b/meta/recipes-graphics/clutter/clutter-cairo.inc deleted file mode 100644 index ff889899e7..0000000000 --- a/meta/recipes-graphics/clutter/clutter-cairo.inc +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | DESCRIPTION = "Clutter Cairo" | ||
2 | HOMEPAGE = "http://www.clutter-project.org/" | ||
3 | LICENSE = "LGPL" | ||
4 | |||
5 | DEPENDS = "cairo" | ||
6 | |||
7 | FILESPATH = "${FILE_DIRNAME}/clutter-cairo" | ||
8 | |||
9 | PACKAGES =+ "${PN}-examples" | ||
10 | FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
diff --git a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch b/meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch deleted file mode 100644 index 3baea4c5c9..0000000000 --- a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | Index: clutter-cairo-0-6/examples/Makefile.am | ||
2 | =================================================================== | ||
3 | --- clutter-cairo-0-6.orig/examples/Makefile.am 2008-10-02 22:03:18.000000000 +0100 | ||
4 | +++ clutter-cairo-0-6/examples/Makefile.am 2008-10-02 22:03:31.000000000 +0100 | ||
5 | @@ -1,4 +1,4 @@ | ||
6 | -noinst_PROGRAMS = clock flowers | ||
7 | +bin_PROGRAMS = clock flowers | ||
8 | |||
9 | INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@ | ||
10 | AM_LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la | ||
11 | Index: clutter-cairo-0-6/examples/flowers.c | ||
12 | =================================================================== | ||
13 | --- clutter-cairo-0-6.orig/examples/flowers.c 2008-10-02 22:03:23.000000000 +0100 | ||
14 | +++ clutter-cairo-0-6/examples/flowers.c 2008-10-02 22:03:39.000000000 +0100 | ||
15 | @@ -11,7 +11,7 @@ | ||
16 | |||
17 | #define PETAL_MIN 20 | ||
18 | #define PETAL_VAR 40 | ||
19 | -#define N_FLOWERS 40 /* reduce if you have a small card */ | ||
20 | +#define N_FLOWERS 8 /* reduce if you have a small card */ | ||
21 | |||
22 | typedef struct Flower | ||
23 | { | ||
diff --git a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch b/meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch deleted file mode 100644 index c5ed63ff12..0000000000 --- a/meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | --- | ||
2 | examples/Makefile.am | 2 +- | ||
3 | examples/flowers.c | 2 +- | ||
4 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
5 | |||
6 | Index: clutter-cairo/examples/Makefile.am | ||
7 | =================================================================== | ||
8 | --- clutter-cairo.orig/examples/Makefile.am 2008-08-11 16:30:04.000000000 +0100 | ||
9 | +++ clutter-cairo/examples/Makefile.am 2008-08-11 16:30:24.000000000 +0100 | ||
10 | @@ -1,4 +1,4 @@ | ||
11 | -noinst_PROGRAMS = clock flowers bubbles | ||
12 | +bin_PROGRAMS = clock flowers bubbles | ||
13 | |||
14 | INCLUDES = -I$(top_srcdir)/ @GCC_FLAGS@ @DEPS_CFLAGS@ | ||
15 | AM_LDFLAGS = @DEPS_LIBS@ $(top_builddir)/libclutter-cairo-@CLUTTER_CAIRO_MAJORMINOR@.la | ||
16 | Index: clutter-cairo/examples/flowers.c | ||
17 | =================================================================== | ||
18 | --- clutter-cairo.orig/examples/flowers.c 2008-08-11 16:30:04.000000000 +0100 | ||
19 | +++ clutter-cairo/examples/flowers.c 2008-08-11 16:30:10.000000000 +0100 | ||
20 | @@ -11,7 +11,7 @@ | ||
21 | |||
22 | #define PETAL_MIN 20 | ||
23 | #define PETAL_VAR 40 | ||
24 | -#define N_FLOWERS 40 /* reduce if you have a small card */ | ||
25 | +#define N_FLOWERS 8 /* reduce if you have a small card */ | ||
26 | |||
27 | typedef struct Flower | ||
28 | { | ||