]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:43:49 +0000 (14:43 +0100)
This allows the description to show up at the recipe level e.g. in the
OE layer index.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb

index 3c70c530d9c8e3fb94bcd10ea741c55d1f594e74..f9398fabe4a3a5a1f636c77e4e8b77f304baa4f3 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} \