From: Paul Eggleton Date: Wed, 24 Apr 2013 17:01:44 +0000 (+0100) Subject: rgb: add SUMMARY and DESCRIPTION X-Git-Tag: rev_ivi_2015_02_04~12790 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6230f15983948cc5fdf877d6f94d76993d22443;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 602ee09..26d4f1b 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"