summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
2# Copyright (C) 2011 Intel Corporation 2# Copyright (C) 2011 Intel Corporation
3# 3#
4 4
5DESCRIPTION = "Tasks for core X11 applications"
6LICENSE = "MIT" 5LICENSE = "MIT"
7PR = "r36" 6PR = "r36"
8 7
@@ -20,15 +19,18 @@ VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
20# elsa, xserver-nodm-init 19# elsa, xserver-nodm-init
21VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" 20VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
22 21
22SUMMARY = "X11 display server and basic utilities"
23RDEPENDS_${PN} = "\ 23RDEPENDS_${PN} = "\
24 ${PN}-xserver \ 24 ${PN}-xserver \
25 ${PN}-utils \ 25 ${PN}-utils \
26 " 26 "
27 27
28SUMMARY_${PN}-xserver = "X11 display server"
28RDEPENDS_${PN}-xserver = "\ 29RDEPENDS_${PN}-xserver = "\
29 ${XSERVER} \ 30 ${XSERVER} \
30 " 31 "
31 32
33SUMMARY_${PN}-utils = "X11 basic utilities and init"
32RDEPENDS_${PN}-utils = "\ 34RDEPENDS_${PN}-utils = "\
33 ${VIRTUAL-RUNTIME_xserver_common} \ 35 ${VIRTUAL-RUNTIME_xserver_common} \
34 ${VIRTUAL-RUNTIME_graphical_init_manager} \ 36 ${VIRTUAL-RUNTIME_graphical_init_manager} \