]> code.ossystems Code Review - openembedded-core.git/commitdiff
xeyes: add SUMMARY and DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 24 Apr 2013 17:02:51 +0000 (18:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2013 13:43:49 +0000 (14:43 +0100)
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>
meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb

index 33a93cc246ed76f088cf0ee41623f6c528ea03df..7b68e6c2cd17ca47a4ee6124e605ab5bcb2e8793 100644 (file)
@@ -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"