1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Paul Eggleton
2013-04-24 17:59:36 +01:00
committed by Richard Purdie
parent 56ebcdf167
commit ada6dce51a
@@ -2,6 +2,7 @@
# Copyright (C) 2011 Intel Corporation
#
SUMMARY = "X11 display server"
LICENSE = "MIT"
PR = "r39"
@@ -12,7 +13,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
XSERVERCODECS ?= ""
SUMMARY_${PN} = "X11 display server"
RDEPENDS_${PN} = "\
${XSERVER} \
${XSERVERCODECS} \