diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-27 17:41:17 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-27 17:41:17 +0100 |
commit | 388e267bcfa7042684dde9a7f33d145a5b5a34b8 (patch) | |
tree | 1bc0441312d9c0d2811b5c5cf33fa14078af1189 /meta/packages/clutter/clutter.inc | |
parent | 52a7853735fb1c87ce73b039dd8e3eb10e1db373 (diff) | |
download | poky-388e267bcfa7042684dde9a7f33d145a5b5a34b8.tar.gz |
clutter: Fix packaging of examples packages for 0.6 and 0.8 versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/clutter/clutter.inc')
-rw-r--r-- | meta/packages/clutter/clutter.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/clutter/clutter.inc b/meta/packages/clutter/clutter.inc index c9df1b01bb..82f8e71d83 100644 --- a/meta/packages/clutter/clutter.inc +++ b/meta/packages/clutter/clutter.inc | |||
@@ -47,9 +47,6 @@ FILESPATH = "${FILE_DIRNAME}/clutter" | |||
47 | 47 | ||
48 | inherit autotools_stage pkgconfig gtk-doc | 48 | inherit autotools_stage pkgconfig gtk-doc |
49 | 49 | ||
50 | PACKAGES =+ "clutter-examples" | ||
51 | FILES_clutter-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png" | ||
52 | |||
53 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 50 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
54 | require clutter-fpu.inc | 51 | require clutter-fpu.inc |
55 | 52 | ||