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 <[email protected]> --- 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 4a98b0f..44520a7 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 \ + " -- 1.7.0.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
