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-12 15:23:35 +0100 |
commit | a6e9edb7b4b5b0bdb067a59d691d33fba8948963 (patch) | |
tree | 8f7f72b455c16beb743f8fb1ac5f8a3ade890a46 /meta/recipes-core | |
parent | 7a383f8ae8433c14b6995966216b9e6e81ea6a51 (diff) | |
download | openembedded-core-a6e9edb7b4b5b0bdb067a59d691d33fba8948963.tar.gz openembedded-core-a6e9edb7b4b5b0bdb067a59d691d33fba8948963.tar.bz2 openembedded-core-a6e9edb7b4b5b0bdb067a59d691d33fba8948963.zip |
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]
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 = "\ xrestop \ xwininfo \ xprop \ - xvideo-tests" + xvideo-tests \ + clutter-box2d-1.6 \ + " |