summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-20 13:46:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:23:53 +0000
commit05a7c022e613f35de8ce47bb667140a7ce47fcea (patch)
tree3e727970bccd3570bf0cf103e1a7e9b12625d2ca /meta/recipes-graphics/images
parent20d5effcf192d469883b5ac899cbd2340b71bd2c (diff)
downloadopenembedded-core-05a7c022e613f35de8ce47bb667140a7ce47fcea.tar.gz
core-image-foo: add description to each image bb file
Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later. Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r--meta/recipes-graphics/images/core-image-clutter.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb
index 7d50405617..636238a6d1 100644
--- a/meta/recipes-graphics/images/core-image-clutter.bb
+++ b/meta/recipes-graphics/images/core-image-clutter.bb
@@ -1,3 +1,6 @@
+DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \
+which enables development of rich and animated graphical user interfaces."
+
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
LICENSE = "MIT"