diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 18:02:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:49 +0100 |
commit | 11c11ff361cfa8180dbafce94ff3e9e9426263b3 (patch) | |
tree | eb6ff41b727418bee606afc3f6df9eb78ddb5a79 /meta/recipes-graphics/xorg-app | |
parent | 9bacbff31e8cbe35c43637b2a213041a621ef608 (diff) | |
download | openembedded-core-11c11ff361cfa8180dbafce94ff3e9e9426263b3.tar.gz openembedded-core-11c11ff361cfa8180dbafce94ff3e9e9426263b3.tar.bz2 openembedded-core-11c11ff361cfa8180dbafce94ff3e9e9426263b3.zip |
xeyes: add SUMMARY and DESCRIPTION
Prevent this getting the default DESCRIPTION of "X application" from
xorg-app-common.inc.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb b/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb index 33a93cc246..7b68e6c2cd 100644 --- a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb +++ b/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb @@ -1,4 +1,9 @@ require xorg-app-common.inc + +SUMMARY = "X11 eyes that follow the mouse cursor demo" +DESCRIPTION = "Xeyes is a small X11 application that shows a pair of eyes that move to \ +follow the location of the mouse cursor around the screen." + PE = "1" LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" |