From patchwork Thu Jan 24 05:56:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,1/3] packagegroup-core-x11-xserver: Add XSERVERCODECS variable Date: Thu, 24 Jan 2013 05:56:09 -0000 From: Nitin A Kamble X-Patchwork-Id: 43245 Message-Id: <5d5324f0b338872221a92884543df7e46bae012c.1359005591.git.nitin.a.kamble@intel.com> To: Openembedded-core@lists.openembedded.org, meta-intel@yoctoproject.org, richard.purdie@linuxfoundation.org From: Richard Purdie At present its hard for the system to provide extra x11 hardware codecs. We could lump them in with the XSERVER variable but this is suboptimal as in some use cases the user might not want to include them in some images. With this patch we keep our options open about separating usage of the two in the future. Signed-off-by: Richard Purdie --- .../packagegroups/packagegroup-core-x11-xserver.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb index fd6ed42..3c70c53 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb @@ -10,10 +10,12 @@ inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" +XSERVERCODECS ?= "" SUMMARY_${PN} = "X11 display server" RDEPENDS_${PN} = "\ ${XSERVER} \ + ${XSERVERCODECS} \ " # Allow replacing task-x11-server in meta-oe