diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:59:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:05 +0100 |
commit | ada6dce51a2ff2c1128139e9e099ab439bad8232 (patch) | |
tree | 5f323cda91d44858b31f7e42e9729d84025ed5db /meta/recipes-graphics | |
parent | 56ebcdf167ecbba28e5432a02525883735630a43 (diff) | |
download | poky-ada6dce51a2ff2c1128139e9e099ab439bad8232.tar.gz |
packagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN}
This allows the description to show up at the recipe level e.g. in the
OE layer index.
(From OE-Core rev: 5f1093bca16b3cd905beb69bee095d92aa350cfe)
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')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb index 3c70c530d9..f9398fabe4 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb | |||
@@ -2,6 +2,7 @@ | |||
2 | # Copyright (C) 2011 Intel Corporation | 2 | # Copyright (C) 2011 Intel Corporation |
3 | # | 3 | # |
4 | 4 | ||
5 | SUMMARY = "X11 display server" | ||
5 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
6 | PR = "r39" | 7 | PR = "r39" |
7 | 8 | ||
@@ -12,7 +13,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
12 | XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" | 13 | XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" |
13 | XSERVERCODECS ?= "" | 14 | XSERVERCODECS ?= "" |
14 | 15 | ||
15 | SUMMARY_${PN} = "X11 display server" | ||
16 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS_${PN} = "\ |
17 | ${XSERVER} \ | 17 | ${XSERVER} \ |
18 | ${XSERVERCODECS} \ | 18 | ${XSERVERCODECS} \ |