aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-31 15:43:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:53:01 +0100
commitc946fc03a80cd6e27ee78707a73619f564bf98c9 (patch)
tree9b15443d912a09282c4da03ae4c63bead6a77266 /meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
parentde03909a93c2354cc715fc9e5fcf41ba218fc7c9 (diff)
downloadopenembedded-core-contrib-c946fc03a80cd6e27ee78707a73619f564bf98c9.tar.gz
packagegroup-*: set reasonable SUMMARY/DESCRIPTION
(From OE-Core rev: 996291ef305ddacf852377cc402dbbac299bc215) 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/recipes-graphics/packagegroups/packagegroup-core-x11.bb')
-rw-r--r--meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
index 7099c708cf..37045213ad 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
@@ -2,7 +2,6 @@
# Copyright (C) 2011 Intel Corporation
#
-DESCRIPTION = "Tasks for core X11 applications"
LICENSE = "MIT"
PR = "r36"
@@ -20,15 +19,18 @@ VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
# elsa, xserver-nodm-init
VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
+SUMMARY = "X11 display server and basic utilities"
RDEPENDS_${PN} = "\
${PN}-xserver \
${PN}-utils \
"
+SUMMARY_${PN}-xserver = "X11 display server"
RDEPENDS_${PN}-xserver = "\
${XSERVER} \
"
+SUMMARY_${PN}-utils = "X11 basic utilities and init"
RDEPENDS_${PN}-utils = "\
${VIRTUAL-RUNTIME_xserver_common} \
${VIRTUAL-RUNTIME_graphical_init_manager} \