diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-20 14:18:45 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-20 14:18:45 +0100 |
commit | 79a4501a2ead92cb512eef0bd3dfe133d0e5d799 (patch) | |
tree | 5f82f1971c81034799bd5ab330e54b281020fc24 /meta/recipes-graphics/images | |
parent | 03d9669cbcc35a49120b9cc277723bccd93f4cf3 (diff) | |
download | poky-79a4501a2ead92cb512eef0bd3dfe133d0e5d799.tar.gz |
Complete packages -> recipes transition
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/poky-image-clutter.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/images/poky-image-clutter.bb b/meta/recipes-graphics/images/poky-image-clutter.bb new file mode 100644 index 0000000000..a1dcb51b5b --- /dev/null +++ b/meta/recipes-graphics/images/poky-image-clutter.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | |||
5 | IMAGE_INSTALL = "\ | ||
6 | ${POKY_BASE_INSTALL} \ | ||
7 | task-poky-clutter-core \ | ||
8 | task-poky-clutter-tests \ | ||
9 | task-poky-clutter-apps" | ||
10 | |||
11 | inherit poky-image | ||