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:54:15 +0000
commit127d1fd1c2771e732f7b8b8699352e855a308cae (patch)
tree3bf16203eb2c11c7bf4f9da73446f667394a8181 /meta/recipes-graphics/images
parent6b2b5d2acd1012f3e3c4c03cc528422a249d718f (diff)
downloadpoky-127d1fd1c2771e732f7b8b8699352e855a308cae.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. (From OE-Core rev: 05a7c022e613f35de8ce47bb667140a7ce47fcea) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \
2which enables development of rich and animated graphical user interfaces."
3
1IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" 4IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
2 5
3LICENSE = "MIT" 6LICENSE = "MIT"