diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-19 14:37:01 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:08 +0000 |
commit | cda749d2b85e4361a9d0cdcf70cb62659a4206aa (patch) | |
tree | 36ca6d4c4d14573fdb96fa6bce224589d847ddee /meta/recipes-graphics/xorg-app | |
parent | 04e811c2a8df2cf4380789c80fb2db7918ea94dd (diff) | |
download | poky-cda749d2b85e4361a9d0cdcf70cb62659a4206aa.tar.gz |
recipes-graphics: Add SUMMARY and update DESCRIPTION
Add the missing SUMMARY fields and update DESCRIPTION fields if necessary
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xauth_1.0.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xkbcomp_1.1.1.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb index daccca798f..43e51c84df 100644 --- a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | SUMMARY = "X authority utilities" | |
3 | DESCRIPTION = "X application to edit and display the authorization \ | 3 | DESCRIPTION = "X application to edit and display the authorization \ |
4 | information used in connecting to the X server" | 4 | information used in connecting to the X server" |
5 | 5 | ||
diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.1.1.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.1.1.bb index 6f436688ea..bd40e4287d 100644 --- a/meta/recipes-graphics/xorg-app/xkbcomp_1.1.1.bb +++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.1.1.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | SUMMARY = "X Keyboard Extensions" | ||
4 | |||
3 | DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." | 5 | DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." |
4 | 6 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a" |