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:43:49 +0100 |
commit | 9bacbff31e8cbe35c43637b2a213041a621ef608 (patch) | |
tree | 4a595ac5cdd11608d1cad62116ef34d5be5a058d | |
parent | 5f1093bca16b3cd905beb69bee095d92aa350cfe (diff) | |
download | openembedded-core-9bacbff31e8cbe35c43637b2a213041a621ef608.tar.gz openembedded-core-9bacbff31e8cbe35c43637b2a213041a621ef608.tar.bz2 openembedded-core-9bacbff31e8cbe35c43637b2a213041a621ef608.zip |
rgb: 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>
-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 @@ require xorg-app-common.inc + +SUMMARY = "X11 color name database" +DESCRIPTION = "This package includes both the list mapping X color names \ +to RGB values (rgb.txt) and, if configured to use a database for color \ +lookup, the rgb program to convert the text file into the binary database \ +format." + DEPENDS += " xproto util-macros" LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" PE = "1" |