From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RbGGt-000724-DC for openembedded-core@lists.openembedded.org; Thu, 15 Dec 2011 19:43:11 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Dec 2011 10:36:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="87779782" Received: from unknown (HELO [10.255.12.229]) ([10.255.12.229]) by orsmga002.jf.intel.com with ESMTP; 15 Dec 2011 10:36:08 -0800 Message-ID: <4EEA3E18.6080004@linux.intel.com> Date: Thu, 15 Dec 2011 10:36:08 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 0/5] Clutter upgrades X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 18:43:11 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/13/2011 12:24 PM, Joshua Lock wrote: > All, > > A fairly boring series. I've upgraded the clutter and cogl recipes to the > recently released 1.8.2 versions. > > Further I've updated the SRCREV in the _git recipes to match the tagged > releases and updated the distro tracking file to reflect these changes. > > For the clutter curious I'm thinking of sending out an RFC series in the > coming days to drop the namespacing from the clutter recipes. > > Cheers, > Joshua > > The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed: > > gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +0000) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib josh/updates > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/updates > > Joshua Lock (5): > cogl: upgrade to latest stable cogl 1.8.2 > clutter: upgrade to 1.8.2 > cogl: update git recipe to 1.8.2 > clutter_git: update to 1.8.2 tag > distro_tracking_fields: update cogl and clutter > > .../conf/distro/include/distro_tracking_fields.inc | 13 +++++++------ > .../{clutter-1.8_1.8.0.bb => clutter-1.8_1.8.2.bb} | 4 ++-- > meta/recipes-graphics/clutter/clutter_git.bb | 5 +++-- > .../clutter/{cogl_1.8.0.bb => cogl_1.8.2.bb} | 4 ++-- > meta/recipes-graphics/clutter/cogl_git.bb | 5 +++-- > 5 files changed, 17 insertions(+), 14 deletions(-) > rename meta/recipes-graphics/clutter/{clutter-1.8_1.8.0.bb => clutter-1.8_1.8.2.bb} (83%) > rename meta/recipes-graphics/clutter/{cogl_1.8.0.bb => cogl_1.8.2.bb} (59%) > Merged into OE-Core Thanks Sau!