diff options
author | Shane Wang <shane.wang@intel.com> | 2012-01-20 13:46:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:15 +0000 |
commit | 127d1fd1c2771e732f7b8b8699352e855a308cae (patch) | |
tree | 3bf16203eb2c11c7bf4f9da73446f667394a8181 /meta/recipes-graphics | |
parent | 6b2b5d2acd1012f3e3c4c03cc528422a249d718f (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/images/core-image-clutter.bb | 3 |
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 @@ | |||
1 | DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \ | ||
2 | which enables development of rich and animated graphical user interfaces." | ||
3 | |||
1 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" | 4 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}" |
2 | 5 | ||
3 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |