From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 049CAE013B5 for ; Tue, 8 Nov 2011 09:54:35 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pA8HsYPF003304; Tue, 8 Nov 2011 17:54:34 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02911-07; Tue, 8 Nov 2011 17:54:29 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pA8HsOwU003298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Nov 2011 17:54:25 GMT Message-ID: <1320774867.10843.98.camel@ted> From: Richard Purdie To: Joshua Lock Date: Tue, 08 Nov 2011 17:54:27 +0000 In-Reply-To: References: X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe 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: Tue, 08 Nov 2011 17:54:41 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-11-08 at 08:14 -0800, Joshua Lock wrote: > We've a new Clutter version in meta so need to add our > atom-pc bbappend modifications. > > Signed-off-by: Joshua Lock > --- > .../recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > create mode 100644 meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb > > diff --git a/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb > new file mode 100644 > index 0000000..c7cc683 > --- /dev/null > +++ b/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb > @@ -0,0 +1,4 @@ > +DEPENDS_atom-pc = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl" > +EXTRA_OECONF_atom-pc = "${BASE_CONF} --with-flavour=glx" > +PACKAGE_ARCH_atom-pc = "${MACHINE_ARCH}" Incidentally, why don't we just add an x86 override to the clutter recipe so we avoid doing this every time? Cheers, Richard