From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx1.pokylinux.org (Postfix) with ESMTP id B258B4C80228 for ; Wed, 4 May 2011 21:22:42 -0500 (CDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 04 May 2011 19:22:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,318,1301900400"; d="scan'208";a="742568218" Received: from unknown (HELO [10.255.13.11]) ([10.255.13.11]) by orsmga001.jf.intel.com with ESMTP; 04 May 2011 19:22:28 -0700 Message-ID: <4DC209E2.60200@intel.com> Date: Wed, 04 May 2011 19:22:26 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: Xiaofeng Yan References: <14d94988bd1dd3fc1707828dac9c738f0325175c.1304496956.git.xiaofeng.yan@windriver.com> In-Reply-To: <14d94988bd1dd3fc1707828dac9c738f0325175c.1304496956.git.xiaofeng.yan@windriver.com> Cc: poky@yoctoproject.org Subject: Re: [PATCH 1/1] qt4: Enable qt4 opengl for ppc X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2011 02:22:43 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/04/2011 04:00 AM, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > Fix [# 1020] > I am going to hold this one for a little while due to some other work in refactoring where hardware specific changes go. Also your comment should include [YOCTO #1020], not just the bug number. > Signed-off-by: Xiaofeng Yan > --- > meta/recipes-qt/qt4/qt4-x11-free.inc | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc > index ba08dc8..a711288 100644 > --- a/meta/recipes-qt/qt4/qt4-x11-free.inc > +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc > @@ -13,6 +13,7 @@ QT_GLFLAGS_qemux86 = "-opengl" > QT_GLFLAGS_emenlow = "-opengl" > QT_GLFLAGS_atom-pc = "-opengl" > QT_GLFLAGS_qemuppc = "-opengl" > +QT_GLFLAGS_mpc8315e-rdb = "-opengl" > QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" > QT_BASE_NAME ?= "qt4" > QT_BASE_LIB ?= "libqt"