diff options
author | Yu Ke <ke.yu@intel.com> | 2011-07-07 22:22:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-13 11:52:39 +0100 |
commit | d5651cbea300633c78daa753a8ed13a83c4225e5 (patch) | |
tree | 70e8191c98c1c2afb82bf493255d26340b94b20d | |
parent | 7354fc9213f27aa1b643dbe88070437f1ee4c063 (diff) | |
download | poky-d5651cbea300633c78daa753a8ed13a83c4225e5.tar.gz |
sato-sdk: add clutter for sato-sdk image
Yocto ADT has Eclips clutter template, so it is better to have
clutter in SDK image to support ADT. this patch add clutter
and clutter-box2d app to sato-sdk image for this purpose
Fix [YOCTO #891]
(From OE-Core rev: a6e9edb7b4b5b0bdb067a59d691d33fba8948963)
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/tasks/task-core-tools.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 4a98b0f02d..44520a75c7 100644 --- a/meta/recipes-core/tasks/task-core-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb | |||
@@ -82,4 +82,6 @@ RDEPENDS_task-core-tools-testapps = "\ | |||
82 | xrestop \ | 82 | xrestop \ |
83 | xwininfo \ | 83 | xwininfo \ |
84 | xprop \ | 84 | xprop \ |
85 | xvideo-tests" | 85 | xvideo-tests \ |
86 | clutter-box2d-1.6 \ | ||
87 | " | ||