diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 18:01:44 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:05 +0100 |
| commit | bb98dbddbf5c0be12559f61cc176198e91ee0e50 (patch) | |
| tree | 5f97404e5659f587423378815e87fa94c035b3a0 /meta | |
| parent | ada6dce51a2ff2c1128139e9e099ab439bad8232 (diff) | |
| download | poky-bb98dbddbf5c0be12559f61cc176198e91ee0e50.tar.gz | |
rgb: add SUMMARY and DESCRIPTION
Prevent this getting the default DESCRIPTION of "X application" from
xorg-app-common.inc.
(From OE-Core rev: 9bacbff31e8cbe35c43637b2a213041a621ef608)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/xorg-app/rgb_1.0.5.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb b/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb index 602ee0996f..26d4f1b5ba 100644 --- a/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb | |||
| @@ -1,4 +1,11 @@ | |||
| 1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
| 2 | |||
| 3 | SUMMARY = "X11 color name database" | ||
| 4 | DESCRIPTION = "This package includes both the list mapping X color names \ | ||
| 5 | to RGB values (rgb.txt) and, if configured to use a database for color \ | ||
| 6 | lookup, the rgb program to convert the text file into the binary database \ | ||
| 7 | format." | ||
| 8 | |||
| 2 | DEPENDS += " xproto util-macros" | 9 | DEPENDS += " xproto util-macros" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" |
| 4 | PE = "1" | 11 | PE = "1" |
