diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:40:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:20 +0000 |
commit | 535ebc965381620cc3159119940ab2b4534b94ab (patch) | |
tree | ff7ac04bf9d952e9944f9b985b8a4bee76e40981 /meta/recipes-graphics/xorg-app/xev_1.2.1.bb | |
parent | 40cbb12d5adda560aff1084dc2ef55eddd645516 (diff) | |
download | poky-535ebc965381620cc3159119940ab2b4534b94ab.tar.gz |
xev: add proper SUMMARY and DESCRIPTION
Add these consistent with other X.Org application recipes.
(From OE-Core rev: 7c2360f6c90e0f16b81d456861f44147c473017b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xev_1.2.1.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xev_1.2.1.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.1.bb b/meta/recipes-graphics/xorg-app/xev_1.2.1.bb index 298910a0d5..8dcb1ec6a4 100644 --- a/meta/recipes-graphics/xorg-app/xev_1.2.1.bb +++ b/meta/recipes-graphics/xorg-app/xev_1.2.1.bb | |||
@@ -1,7 +1,13 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | |||
3 | SUMMARY = "X Event Viewer" | ||
4 | DESCRIPTION = "Xev creates a window and then asks the X server to send it events \ | ||
5 | whenever anything happens to the window (such as it being moved, resized, \ | ||
6 | typed in, clicked in, etc.). You can also attach it to an existing window." | ||
7 | |||
2 | LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=33;md5=577c99421f1803b891d2c79097ae4682" | 8 | LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=33;md5=577c99421f1803b891d2c79097ae4682" |
3 | DESCRIPTION = "X Event Viewer" | ||
4 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | |||
5 | PE = "1" | 11 | PE = "1" |
6 | 12 | ||
7 | DEPENDS += "libxrandr xproto" | 13 | DEPENDS += "libxrandr xproto" |