packagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN}
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 24 Apr 2013 16:59:36 +0000 (17:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2013 13:45:05 +0000 (14:45 +0100)
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>
meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb

index 3c70c53..f9398fa 100644 (file)
@@ -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} \