From d5651cbea300633c78daa753a8ed13a83c4225e5 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 7 Jul 2011 22:22:11 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/tasks/task-core-tools.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ + " -- cgit v1.2.3-54-g00ecf