diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-08-31 15:43:49 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:01 +0100 |
| commit | c946fc03a80cd6e27ee78707a73619f564bf98c9 (patch) | |
| tree | 9b15443d912a09282c4da03ae4c63bead6a77266 /meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | |
| parent | de03909a93c2354cc715fc9e5fcf41ba218fc7c9 (diff) | |
| download | poky-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.bb | 4 |
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 | ||
| 5 | DESCRIPTION = "Tasks for core X11 applications" | ||
| 6 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 7 | PR = "r36" | 6 | PR = "r36" |
| 8 | 7 | ||
| @@ -20,15 +19,18 @@ VIRTUAL-RUNTIME_xserver_common ?= "x11-common" | |||
| 20 | # elsa, xserver-nodm-init | 19 | # elsa, xserver-nodm-init |
| 21 | VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" | 20 | VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" |
| 22 | 21 | ||
| 22 | SUMMARY = "X11 display server and basic utilities" | ||
| 23 | RDEPENDS_${PN} = "\ | 23 | RDEPENDS_${PN} = "\ |
| 24 | ${PN}-xserver \ | 24 | ${PN}-xserver \ |
| 25 | ${PN}-utils \ | 25 | ${PN}-utils \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | SUMMARY_${PN}-xserver = "X11 display server" | ||
| 28 | RDEPENDS_${PN}-xserver = "\ | 29 | RDEPENDS_${PN}-xserver = "\ |
| 29 | ${XSERVER} \ | 30 | ${XSERVER} \ |
| 30 | " | 31 | " |
| 31 | 32 | ||
| 33 | SUMMARY_${PN}-utils = "X11 basic utilities and init" | ||
| 32 | RDEPENDS_${PN}-utils = "\ | 34 | RDEPENDS_${PN}-utils = "\ |
| 33 | ${VIRTUAL-RUNTIME_xserver_common} \ | 35 | ${VIRTUAL-RUNTIME_xserver_common} \ |
| 34 | ${VIRTUAL-RUNTIME_graphical_init_manager} \ | 36 | ${VIRTUAL-RUNTIME_graphical_init_manager} \ |
